Browse Source

remove quiet to debug piledriver build failure

pull/3007/head
Martin Kroeker GitHub 5 years ago
parent
commit
953c4ae1ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .travis.yml

+ 1
- 2
.travis.yml View File

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


Loading…
Cancel
Save