blob: 9644e066a3cdc40f9153880ada6f0907a6fa914a [file] [log] [blame]
Brian Silverman9c614bc2016-02-15 20:20:02 -05001platform:
2 - Win64
3
4configuration:
5 - Debug
6
7environment:
8 matrix:
9 - language: cpp
Austin Schuh40c16522018-10-28 20:27:54 -070010 image: Visual Studio 2015
Brian Silverman9c614bc2016-02-15 20:20:02 -050011 BUILD_DLL: ON
Austin Schuh40c16522018-10-28 20:27:54 -070012 UNICODE: ON
13
14 - language: cpp
15 image: Visual Studio 2017
16 BUILD_DLL: OFF
17 UNICODE: ON
Brian Silverman9c614bc2016-02-15 20:20:02 -050018
19 - language: csharp
Austin Schuh40c16522018-10-28 20:27:54 -070020 image: Visual Studio 2017
21
22# Our build scripts run tests automatically; we don't want AppVeyor
23# to try to detect them itself.
24test: off
Brian Silverman9c614bc2016-02-15 20:20:02 -050025
26install:
Austin Schuh40c16522018-10-28 20:27:54 -070027 - git submodule update --init --recursive
Brian Silverman9c614bc2016-02-15 20:20:02 -050028
29before_build:
Austin Schuh40c16522018-10-28 20:27:54 -070030 - if %platform%==Win32 set generator=Visual Studio 14
31 - if %platform%==Win64 set generator=Visual Studio 14 Win64
Brian Silverman9c614bc2016-02-15 20:20:02 -050032 - if %platform%==Win32 set vcplatform=Win32
33 - if %platform%==Win64 set vcplatform=x64
34
35build_script:
36 - CALL appveyor.bat
37
38skip_commits:
39 message: /.*\[skip appveyor\].*/