File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ platform : x64
2+ shallow_clone : true
3+ environment :
4+ global :
5+ STACK_ROOT : " c:\\ sr"
6+ cache :
7+ - " c:\\ sr -> appveyor.yml"
8+ install :
9+ - set HOME=.
10+ - set "PATH=C:\msys64\usr\bin;%PATH%"
11+ - curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
12+ - 7z x stack.zip stack.exe
13+ - stack setup > nul
14+ - stack exec -- pacman --noconfirm --needed -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
15+ - stack exec -- pacman --noconfirm -Syu
16+ - stack exec -- pacman --noconfirm -Syuu
17+ - stack exec -- pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gtk2
18+ build_script :
19+ - stack --no-terminal build --only-dependencies
20+ test_script :
21+ - stack --no-terminal build --ghc-options -Werror
22+ - stack sdist
23+ version : ' {build}'
You can’t perform that action at this time.
0 commit comments