2016-01-27 06:16:42 +00:00
|
|
|
version: 2.1.14.{branch}-{build}
|
2016-01-27 04:30:53 +00:00
|
|
|
os: MinGW
|
2016-01-27 05:11:54 +00:00
|
|
|
|
2016-01-27 06:09:51 +00:00
|
|
|
install:
|
|
|
|
- set CC=i686-w64-mingw32-gcc
|
|
|
|
- set WINDRES=windres
|
|
|
|
|
2016-01-27 04:30:53 +00:00
|
|
|
build_script:
|
2016-01-27 06:16:42 +00:00
|
|
|
- set Path=C:\mingw64\bin;%Path%
|
2016-01-27 06:09:51 +00:00
|
|
|
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1
|
2016-01-27 04:56:22 +00:00
|
|
|
|
2016-01-27 05:11:54 +00:00
|
|
|
on_finish:
|
2016-01-27 06:09:51 +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
|
|
|
|