fixed conda builds

This commit is contained in:
Erik Frojdh
2022-12-12 09:09:06 +01:00
parent e865d8febf
commit 018660f392
4 changed files with 18 additions and 16 deletions

View File

@ -21,4 +21,4 @@ echo "Building using: ${NCORES} cores"
cmake --build . -- -j${NCORES}
cmake --build . --target install
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1