File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,21 @@ platform: x64
22shallow_clone : true
33environment :
44 global :
5- STACK_ROOT : " c:\\ sr "
5+ STACK_ROOT : c:\sr
66cache :
7- - " c:\\ sr -> appveyor.yml"
7+ - c:\sr -> appveyor.yml
8+ - c:\msys64\var\cache\pacman\pkg -> appveyor.yml
89install :
910- set HOME=.
10- - set "PATH=C :\msys64\usr\bin;%PATH%"
11+ - set "PATH=c :\msys64\usr\bin;%PATH%"
1112- curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
1213- 7z x stack.zip stack.exe
1314- stack setup > nul
1415- stack exec -- pacman --noconfirm --needed -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
1516- stack exec -- pacman --noconfirm -Syu
1617- stack exec -- pacman --noconfirm -Syuu
17- - stack exec -- pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gtk2
18+ - stack exec -- pacman --noconfirm -S base-devel mingw-w64-x86_64-pkg-config mingw-w64-x86_64-toolchain mingw-w64-x86_64-gtk2
19+ - stack exec -- pacman --noconfirm -Sc
1820build_script :
1921- stack --no-terminal build --only-dependencies
2022test_script :
You can’t perform that action at this time.
0 commit comments