Deparallelized tests on appveyor

This commit is contained in:
Snaipe 2016-01-17 21:03:00 +01:00
parent 497b584a59
commit 45c9215c32

View file

@ -63,7 +63,7 @@ before_deploy:
test_script:
- cmake --build . --target criterion_tests
- ps: |
ctest -j2
ctest
if (-not $lastexitcode -eq 0) {
type Testing/Temporary/LastTest.log
}