Merge pull request #1528 from ncaq/clean-appveyor
cleaned: appveyor: Easier to detect bugs
This commit is contained in:
commit
840f8faaaa
26
appveyor.yml
26
appveyor.yml
@ -1,19 +1,15 @@
|
|||||||
|
# cache:
|
||||||
|
# - '%AppData%\stack'
|
||||||
|
|
||||||
|
install:
|
||||||
|
- curl -sS -ostack.zip -L https://get.haskellstack.org/stable/windows-i386.zip
|
||||||
|
- 7z x stack.zip stack.exe
|
||||||
|
- stack setup > nul
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
before_test:
|
build_script:
|
||||||
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
|
- stack --no-terminal test --no-run-tests
|
||||||
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
|
|
||||||
|
|
||||||
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
|
|
||||||
- 7z x stack.zip stack.exe
|
|
||||||
|
|
||||||
clone_folder: "c:\\stack"
|
|
||||||
environment:
|
|
||||||
global:
|
|
||||||
STACK_ROOT: "c:\\sr"
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- stack setup > nul
|
- stack --jobs 1 --no-terminal test
|
||||||
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
|
||||||
# descriptor
|
|
||||||
- echo "" | stack --no-terminal test
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user