fmt/support/appveyor.yml

28 lines
657 B
YAML
Raw Normal View History

2015-08-07 06:41:07 -07:00
configuration:
- Debug
- Release
image: Visual Studio 2017
2014-07-09 19:44:32 -07:00
environment:
2014-08-17 08:01:00 -07:00
CTEST_OUTPUT_ON_FAILURE: 1
2014-07-09 19:44:32 -07:00
matrix:
- BUILD: msvc
- BUILD: msvc
2015-08-07 07:08:12 -07:00
PLATFORM: x64
2015-11-04 10:19:59 -05:00
before_build:
# Workaround for CMake not wanting sh.exe on PATH for MinGW.
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
2014-05-18 10:03:48 -07:00
build_script:
2015-03-01 17:20:22 -08:00
- python support/appveyor-build.py
2014-05-16 08:59:54 -07:00
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test
# 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'))