2015-08-07 16:41:07 +03:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
|
2014-07-10 06:44:32 +04:00
|
|
|
environment:
|
2014-08-17 19:01:00 +04:00
|
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
2014-07-10 06:44:32 +04:00
|
|
|
matrix:
|
2015-08-07 17:39:56 +03:00
|
|
|
- BUILD: msvc
|
2015-05-12 05:48:30 +03:00
|
|
|
- BUILD: msvc
|
2015-08-07 17:08:12 +03:00
|
|
|
PLATFORM: x64
|
2015-05-12 05:48:30 +03:00
|
|
|
- BUILD: mingw
|
2014-05-16 19:47:59 +04:00
|
|
|
|
2014-05-18 21:03:48 +04:00
|
|
|
build_script:
|
2015-03-02 04:20:22 +03:00
|
|
|
- python support/appveyor-build.py
|
2014-05-16 19:59:54 +04:00
|
|
|
|
|
|
|
on_failure:
|
2014-05-16 19:47:59 +04:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|