Switch the Epyc build to parallel make to catch build races

This commit is contained in:
Martin Kroeker 2020-11-05 16:37:54 +01:00 committed by GitHub
parent 9efc3f0815
commit 40be13d5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ steps:
- apt-get update -y
- apt-get install -y make $CC gfortran perl python g++
- $CC --version
- make QUIET_MAKE=1 $COMMON_FLAGS
- make QUIET_MAKE=1 $COMMON_FLAGS -j
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS