Kart-Public/appveyor.yml

19 lines
486 B
YAML
Raw Normal View History

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