Reduced number of cmake parallel jobs on appveyor to 2
This commit is contained in:
parent
906fec9444
commit
670e923b3f
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ environment:
|
|||
matrix:
|
||||
- COMPILER: mingw
|
||||
GENERATOR: "MSYS Makefiles"
|
||||
BUILD_OPT: -- -j4
|
||||
BUILD_OPT: -- -j2
|
||||
- COMPILER: msvc
|
||||
GENERATOR: "Visual Studio 14 2015"
|
||||
CFLAGS: /MP
|
||||
|
@ -60,7 +60,7 @@ before_deploy:
|
|||
|
||||
test_script:
|
||||
- cmake --build . --target criterion_tests %BUILD_OPT%
|
||||
- ps: try { ctest -j4 } catch { type Testing/Temporary/LastTest.log }
|
||||
- ps: try { ctest -j2 } catch { type Testing/Temporary/LastTest.log }
|
||||
|
||||
#after_test:
|
||||
# - 'make coveralls'
|
||||
|
|
Loading…
Add table
Reference in a new issue