Skip to content

Commit

Permalink
move Pkg.build("Cairo") to a separate invocation of julia
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Aug 5, 2017
1 parent 7301dd4 commit 42148d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_script:
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia --startup-file=yes -e "versioninfo();
Pkg.add(\"WinRPM\"); Pkg.checkout(\"WinRPM\", \"tk/gccdll\");
Pkg.clone(pwd(), \"Cairo\"); Pkg.build(\"Cairo\")"
Pkg.clone(pwd(), \"Cairo\")"

test_script:
- C:\projects\julia\bin\julia -e "Pkg.test(\"Cairo\")"
- C:\projects\julia\bin\julia -e "Pkg.build(\"Cairo\"); Pkg.test(\"Cairo\")"

0 comments on commit 42148d3

Please sign in to comment.