blob: 3447602e31ed1dd4ac68c25de05f7e1f7b86d695 [file] [log] [blame]
Feng Xiao52737c22015-06-12 01:17:04 -07001# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
2# test more combinations but AppVeyor just takes too long to finish (each
3# combination takes ~15mins).
4platform:
5 - Win64
6
7configuration:
8 - Debug
9
10environment:
11 matrix:
Jan Tattermuschd4794c52015-07-15 21:21:59 -070012 - language: cpp
13 BUILD_DLL: ON
14
15 - language: csharp
Feng Xiao52737c22015-06-12 01:17:04 -070016
17install:
Feng Xiao818c5ee2015-06-15 21:42:57 -070018 - ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
19 - 7z x gmock-1.7.0.zip
20 - rename gmock-1.7.0 gmock
Feng Xiao52737c22015-06-12 01:17:04 -070021
22before_build:
23 - if %platform%==Win32 set generator=Visual Studio 12
24 - if %platform%==Win64 set generator=Visual Studio 12 Win64
25 - if %platform%==Win32 set vcplatform=Win32
26 - if %platform%==Win64 set vcplatform=x64
27
28build_script:
Jan Tattermuschd4794c52015-07-15 21:21:59 -070029 - CALL appveyor.bat
Feng Xiao52737c22015-06-12 01:17:04 -070030
Feng Xiao818c5ee2015-06-15 21:42:57 -070031skip_commits:
32 message: /.*\[skip appveyor\].*/