Update appveyor.yml

This commit is contained in:
Gabi Melman 2018-12-02 16:30:07 +02:00 committed by GitHub
parent bbc859ca19
commit 7442d720f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,4 +29,7 @@ build_script:
cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DSPDLOG_BUILD_BENCH=OFF cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DSPDLOG_BUILD_BENCH=OFF
cmake --build . --config %BUILD_TYPE% cmake --build . --config %BUILD_TYPE%
test: off
test_script:
- cmd: cd build
- ctest -VV -C "%BUILD_TYPE%"