remove quiet to debug piledriver build failure

This commit is contained in:
Martin Kroeker 2020-11-23 17:07:24 +01:00 committed by GitHub
parent 9fb80b9e49
commit 953c4ae1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -13,11 +13,10 @@ matrix:
apt: apt:
packages: packages:
- gfortran - gfortran
- binutils
before_script: &common-before before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
script: script:
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - make $COMMON_FLAGS $BTYPE
- make -C test $COMMON_FLAGS $BTYPE - make -C test $COMMON_FLAGS $BTYPE
- make -C ctest $COMMON_FLAGS $BTYPE - make -C ctest $COMMON_FLAGS $BTYPE
- make -C utest $COMMON_FLAGS $BTYPE - make -C utest $COMMON_FLAGS $BTYPE