Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Nov 9, 2016
1 parent 1bb1e22 commit 076844d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(pwd(), \"Turing\");
Pkg.update();
Pkg.add(\"ConjugatePriors\"); Pkg.checkout(\"ConjugatePriors\", \"master\");
Pkg.add(\"PDMats\"); Pkg.checkout(\"PDMats\", \"master\");
Pkg.clone(pwd(), \"Turing\");
Pkg.build(\"Turing\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.update(); Pkg.add("ConjugatePriors"); Pkg.checkout("ConjugatePriors", "master"); Pkg.add("Distributions"); Pkg.add("PDMats"); Pkg.checkout("PDMats", "master"); Pkg.status(); Pkg.clone(pwd()); Pkg.build("Turing"); Pkg.test("Turing"; coverage=true)"
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"Turing\"; coverage=true)"

0 comments on commit 076844d

Please sign in to comment.