cryptol/.appveyor.yml

17 lines
660 B
YAML
Raw Normal View History

2017-07-05 20:57:46 +03:00
install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
2018-04-03 02:31:08 +03:00
- choco install -y ghc --version 8.4.1
- choco install -y cabal --version 2.2.0.0
2017-07-05 20:57:46 +03:00
- refreshenv
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
# NB: Do this after refreshenv, otherwise it will be clobbered!
2017-07-05 21:26:30 +03:00
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%;C:\msys64\usr\bin
2017-07-12 20:14:12 +03:00
- curl -o z3.zip -L https://github.com/Z3Prover/z3/releases/download/z3-4.5.0/z3-4.5.0-x64-win.zip
2017-07-12 19:54:20 +03:00
- 7z x -bd z3.zip
- cp z3-4.5.0-x64-win/bin/z3.exe .
2017-07-05 20:57:46 +03:00
build_script:
2017-10-07 00:19:01 +03:00
- cabal update
- cabal new-build -j