Skip to content

Commit

Permalink
Temporarily use latest version of Polyhedra in travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 22, 2017
1 parent 53ffcfe commit 90dd33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ addons:
- libgmp-dev
notifications:
email: false
before_script:
- julia -e 'Pkg.clone("git://github.com/blegat/Polyhedra.jl.git")'
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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(), \"CDDLib\"); Pkg.build(\"CDDLib\")"
Pkg.clone(\"https://github.com/blegat/Polyhedra.jl\"); Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"CDDLib\")"

0 comments on commit 90dd33a

Please sign in to comment.