forked from sile-typesetter/sile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
20 lines (16 loc) · 844 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
platform:
- x64
environment:
PKG_CONFIG_PATH: /mingw64/lib/pkgconfig/
LUA: lua5.3
PLATFORM: mingw
install:
- set
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm --sync pacman-mirrors"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex unzip"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-libpng mingw-w64-x86_64-freetype mingw-w64-x86_64-fontconfig mingw-w64-x86_64-icu mingw-w64-x86_64-expat mingw-w64-x86_64-zlib"
build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && sh .appveyor/build.sh"
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))