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:
|
2015-05-11 19:48:30 -07:00
|
|
|
- BUILD: msvc
|
|
|
|
CONFIG: Debug
|
|
|
|
- BUILD: msvc
|
|
|
|
CONFIG: Release
|
2015-05-11 19:10:31 -07:00
|
|
|
- BUILD: mingw
|
|
|
|
CONFIG: Debug
|
2015-05-11 19:48:30 -07:00
|
|
|
- BUILD: mingw
|
|
|
|
CONFIG: Release
|
2014-05-16 08:47:59 -07:00
|
|
|
|
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:
|
2014-05-16 08:47:59 -07:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|