Skip to content

Commit 4cd10b0

Browse files
author
Mitsutoshi Aoe
committed
appveyor: Install pkg-config and small improvements
1 parent 1588971 commit 4cd10b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ platform: x64
22
shallow_clone: true
33
environment:
44
global:
5-
STACK_ROOT: "c:\\sr"
5+
STACK_ROOT: c:\sr
66
cache:
7-
- "c:\\sr -> appveyor.yml"
7+
- c:\sr -> appveyor.yml
8+
- c:\msys64\var\cache\pacman\pkg -> appveyor.yml
89
install:
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
1820
build_script:
1921
- stack --no-terminal build --only-dependencies
2022
test_script:

0 commit comments

Comments
 (0)