AppVeyor: Try ctest in parallel

This commit is contained in:
Shahram Najm 2023-02-02 11:54:08 +00:00
parent eb780c429b
commit d2962f56e9
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ build_script:
-D WINDOWS_TESTING_BASHRC=%WINDOWS_TESTING_BASHRC% ^
..
- cmd: nmake
- cmd: ctest --output-on-failure -j2 -R download
- cmd: ctest --output-on-failure -E download
- cmd: ctest --output-on-failure -j4 -R download
- cmd: ctest --output-on-failure -j4 -E download
- cmd: nmake install
#---------------------------------#