mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
9 lines
279 B
YAML
9 lines
279 B
YAML
version: 1.0.{build}
|
|
os: MinGW
|
|
|
|
build_script:
|
|
- cmd: C:\MinGW\bin\make.exe -C src MINGW=1 NOASM=1 NOPNG=1
|
|
|
|
on_finish:
|
|
-ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
|
|