Remove appveyor
This commit is contained in:
parent
abdea8d157
commit
d9d4863fc1
15
appveyor.yml
15
appveyor.yml
@ -1,15 +0,0 @@
|
|||||||
# 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_script:
|
|
||||||
- stack --no-terminal test --no-run-tests --resolver lts-11
|
|
||||||
|
|
||||||
test_script:
|
|
||||||
- stack --jobs 1 --no-terminal test --resolver lts-11
|
|
||||||
Loading…
Reference in New Issue
Block a user