# ~*~ auto-generated by haskell-ci with config : df7ce7fce63ae2c16030178e7df265c57b9650106ac97ee31118dbf14ddbd2ba ~*~ version: "{build}" clone_folder: C:\project build: off cache: - "C:\\SR -> .appveyor.yml" environment: global: STACK_ROOT: "C:\\SR" matrix: - { BUILD: "ghc-8.6", STACKCMD: "stack --no-terminal build --install-ghc --coverage --test --bench --no-run-benchmarks --haddock --no-haddock-deps", STACKCFG: "{ resolver: lts-14.27, packages: [ '.' ], extra-deps: [], flags: {} }", STACKURL: "https://www.stackage.org/stack/windows-x86_64" } - { BUILD: "ghc-8.8", STACKCMD: "stack --no-terminal build --install-ghc --coverage --test --bench --no-run-benchmarks --haddock --no-haddock-deps", STACKCFG: "{ resolver: lts-15.1, packages: [ '.' ], extra-deps: [], flags: {} }", STACKURL: "https://www.stackage.org/stack/windows-x86_64" } matrix: fast_finish: true install: - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - curl -ostack.zip -L %STACKURL% - 7z x stack.zip stack.exe - refreshenv test_script: - echo %STACKCFG% > stack.yaml - stack setup > nul - echo "" | %STACKCMD%