Kart-Public/appveyor.yml

19 lines
494 B
YAML
Raw Normal View History

2016-01-26 22:16:42 -08:00
version: 2.1.14.{branch}-{build}
2016-01-26 20:30:53 -08:00
os: MinGW
install:
- set CC=i686-w64-mingw32-gcc
- set WINDRES=windres
before_build:
2016-01-26 22:32:53 -08:00
- set Path=c:\msys64\mingw32\bin;%Path%
- i686-w64-mingw32-gcc --version
- mingw32-make --version
2016-01-26 20:30:53 -08:00
build_script:
2016-01-26 22:39:12 -08:00
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1
on_finish:
2016-01-26 22:32:53 -08:00
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2016-01-26 21:15:09 -08:00