2015-08-07 06:41:07 -07:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
|
2018-06-06 16:57:59 +03:00
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- Win32
|
|
|
|
- x64
|
|
|
|
|
|
|
|
image:
|
|
|
|
- Visual Studio 2013
|
|
|
|
- Visual Studio 2015
|
|
|
|
- Visual Studio 2017
|
2017-10-18 08:15:10 -07:00
|
|
|
|
2014-07-09 19:44:32 -07:00
|
|
|
environment:
|
2014-08-17 08:01:00 -07:00
|
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
2018-06-06 16:57:59 +03:00
|
|
|
MSVC_DEFAULT_OPTIONS: ON
|
|
|
|
BUILD: msvc
|
|
|
|
|
2015-11-04 10:19:59 -05:00
|
|
|
before_build:
|
2018-06-06 16:57:59 +03:00
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2015-11-04 10:19:59 -05:00
|
|
|
|
2014-05-18 10:03:48 -07:00
|
|
|
build_script:
|
2018-06-06 16:57:59 +03:00
|
|
|
- python ../support/appveyor-build.py
|
2014-05-16 08:59:54 -07:00
|
|
|
|
|
|
|
on_failure:
|
2014-05-16 08:47:59 -07:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|
2016-07-16 07:58:42 -07:00
|
|
|
|
|
|
|
# Uncomment this to debug AppVeyor failures.
|
|
|
|
#on_finish:
|
|
|
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|