mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-05 15:07:12 +03:00
Put Z3 in the path for AppVeyor
This commit is contained in:
parent
6fc05c9c80
commit
b989e18c6a
@ -11,10 +11,11 @@ install:
|
|||||||
- refreshenv
|
- refreshenv
|
||||||
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
|
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
|
||||||
# NB: Do this after refreshenv, otherwise it will be clobbered!
|
# NB: Do this after refreshenv, otherwise it will be clobbered!
|
||||||
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%;C:\msys64\usr\bin
|
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%;C:\msys64\usr\bin;%APPVEYOR_BUILD_FOLDER%\bin
|
||||||
- curl -o z3.zip -L https://github.com/Z3Prover/z3/releases/download/z3-4.7.1/z3-4.7.1-x64-win.zip
|
- curl -o z3.zip -L https://github.com/Z3Prover/z3/releases/download/z3-4.7.1/z3-4.7.1-x64-win.zip
|
||||||
- 7z x -bd z3.zip
|
- 7z x -bd z3.zip
|
||||||
- cp z3-4.7.1-x64-win/bin/z3.exe .
|
- mkdir %APPVEYOR_BUILD_FOLDER%\bin
|
||||||
|
- cp z3-4.7.1-x64-win/bin/z3.exe %APPVEYOR_BUILD_FOLDER%\bin
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
#- cp cabal.GHC-%GHC_VERSION%.config cabal.project.freeze
|
#- cp cabal.GHC-%GHC_VERSION%.config cabal.project.freeze
|
||||||
|
Loading…
Reference in New Issue
Block a user