Skip to content

Commit

Permalink
build WinRPM in same early invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Aug 5, 2017
1 parent 42148d3 commit 4ddc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(\"WinRPM\"); Pkg.clone(pwd(), \"Cairo\")"

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

0 comments on commit 4ddc67e

Please sign in to comment.