2015-08-07 13:41:07 +00:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
|
2018-06-06 13:57:59 +00:00
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
image:
|
|
|
|
- Visual Studio 2015
|
2017-10-18 15:15:10 +00:00
|
|
|
|
2019-06-01 13:47:48 +00:00
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
2014-07-10 02:44:32 +00:00
|
|
|
environment:
|
2014-08-17 15:01:00 +00:00
|
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
2018-06-06 13:57:59 +00:00
|
|
|
MSVC_DEFAULT_OPTIONS: ON
|
|
|
|
BUILD: msvc
|
|
|
|
|
2015-11-04 15:19:59 +00:00
|
|
|
before_build:
|
2018-06-06 13:57:59 +00:00
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2015-11-04 15:19:59 +00:00
|
|
|
|
2014-05-18 17:03:48 +00:00
|
|
|
build_script:
|
2018-06-06 13:57:59 +00:00
|
|
|
- python ../support/appveyor-build.py
|
2014-05-16 15:59:54 +00:00
|
|
|
|
|
|
|
on_failure:
|
2014-05-16 15:47:59 +00:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|
2016-07-16 14:58:42 +00: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'))
|