Skip to content

Commit eb4e429

Browse files
authored
Update appveyor.yml
1 parent 7f407ea commit eb4e429

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

appveyor.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
cache:
2-
- "c:\\sr -> appveyor.yml" # stack root, short paths == less problems
3-
41
build: off
5-
6-
before_test:
7-
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% # for curl
8-
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
9-
- 7z x stack.zip stack.exe
10-
11-
clone_folder: "c:\\project"
12-
environment:
13-
global:
14-
STACK_ROOT: "c:\\sr"
2+
cache: "c:\\sr -> appveyor.yml"
153

164
test_script:
17-
- stack init
18-
- stack setup > nul
19-
- echo "" | stack --no-terminal build
5+
- ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1')
206
- stack runghc Generate.hs

0 commit comments

Comments
 (0)