Skip to content

Commit

Permalink
[skip ci] update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 28, 2019
1 parent 1d23be3 commit 2df647c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: julia --project=@. -e 'using Pkg; Pkg.instantiate();'
- name : Add SnoopCompile and current package
run: julia -e 'using Pkg; Pkg.add(PackageSpec(url = "https://github.com/aminya/SnoopCompile.jl", rev ="packageSnooper")); Pkg.develop(PackageSpec(; path=pwd()));'
# - name: Install Test dependencies
# run: julia -e 'using SnoopCompile; SnoopCompile.addtestdep()'
- name: Generating precompile files
run: julia --project=@. -e 'include("deps/SnoopCompile/snoopCompile.jl")'

Expand Down

0 comments on commit 2df647c

Please sign in to comment.