2015-10-06 05:51:07 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2015-09-27 18:40:20 +02:00
|
|
|
|
2015-10-06 05:51:07 +02:00
|
|
|
cache:
|
|
|
|
- "c:\\sr" # stack root, short paths == fewer problems
|
|
|
|
- "%LOCALAPPDATA%\\Programs\\stack"
|
2015-09-27 03:04:50 +02:00
|
|
|
|
2015-10-06 05:51:07 +02:00
|
|
|
build: off
|
2015-04-27 02:57:24 +02:00
|
|
|
|
2015-10-06 05:51:07 +02:00
|
|
|
before_test:
|
|
|
|
- git submodule update --init
|
|
|
|
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-x86_64-windows.zip" -OutFile stack.zip
|
|
|
|
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe
|
|
|
|
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
|
|
|
|
- 7z x -oc:\\stack stack.zip
|
|
|
|
- move c:\\stack\\stack.exe stack.exe
|
2015-10-06 06:42:52 +02:00
|
|
|
- stack setup --arch=x86_64
|
2015-09-27 18:13:37 +02:00
|
|
|
|
2015-10-06 05:51:07 +02:00
|
|
|
clone_folder: "c:\\pandoc"
|
|
|
|
environment:
|
|
|
|
global:
|
|
|
|
STACK_ROOT: "c:\\sr"
|
2015-04-26 20:37:37 +02:00
|
|
|
|
|
|
|
test_script:
|
2015-10-06 05:51:07 +02:00
|
|
|
- stack test
|