mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 02:43:13 +02:00
a55aa2a39a
2) Use 'iscc' rather than 'compil32' since the latter pops up a dialog box which blocks the entire build process. 3) Apparently the VS2017 image has a broken VS2012 since it bails on winsock.h. So try to use different images for both builds.
14 lines
399 B
YAML
14 lines
399 B
YAML
version: 4.0.x-devbuild-{build}
|
|
environment:
|
|
matrix:
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
|
|
TARGET: "Visual Studio 2012"
|
|
SHORTNAME: "vs2012"
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
|
TARGET: "Visual Studio 2017"
|
|
SHORTNAME: "vs2017"
|
|
init:
|
|
- cmd: git config --global core.autocrlf true
|
|
build_script:
|
|
- cmd: call extras\\build-tests\\windows\\build.bat
|