Disable configuration that doesn't work on appveyor

This commit is contained in:
vitaut 2015-08-07 07:12:22 -07:00
parent ca7478144d
commit 2202541364

View File

@ -5,8 +5,8 @@ configuration:
environment: environment:
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1
matrix: matrix:
- BUILD: msvc #- BUILD: msvc
PLATFORM: x86 # PLATFORM: x86
- BUILD: msvc - BUILD: msvc
PLATFORM: x64 PLATFORM: x64
- BUILD: mingw - BUILD: mingw