We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f407ea commit eb4e429Copy full SHA for eb4e429
appveyor.yml
@@ -1,20 +1,6 @@
1
-cache:
2
-- "c:\\sr -> appveyor.yml" # stack root, short paths == less problems
3
-
4
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"
+cache: "c:\\sr -> appveyor.yml"
15
16
test_script:
17
-- stack init
18
-- stack setup > nul
19
-- echo "" | stack --no-terminal build
+- ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1')
20
- stack runghc Generate.hs
0 commit comments