2014-07-10 02:44:32 +00:00
|
|
|
environment:
|
2014-08-17 15:01:00 +00:00
|
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
2014-07-10 02:44:32 +00:00
|
|
|
matrix:
|
2015-02-12 23:34:38 +00:00
|
|
|
- BUILD: msvc
|
|
|
|
CONFIG: Debug
|
|
|
|
- BUILD: msvc
|
|
|
|
CONFIG: Release
|
2015-03-11 14:10:43 +00:00
|
|
|
- BUILD: mingw
|
|
|
|
CONFIG: Debug
|
|
|
|
- BUILD: mingw
|
|
|
|
CONFIG: Release
|
2014-05-16 15:47:59 +00:00
|
|
|
|
2014-05-18 17:03:48 +00:00
|
|
|
build_script:
|
2015-03-02 01:20:22 +00:00
|
|
|
- python support/appveyor-build.py
|
2014-05-16 15:59:54 +00:00
|
|
|
|
|
|
|
on_failure:
|
2015-03-11 14:10:43 +00:00
|
|
|
- appveyor PushArtifact CMakeFiles/CMakeOutput.log
|
|
|
|
- appveyor PushArtifact CMakeFiles/CMakeError.log
|
2014-05-16 15:47:59 +00:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|