diff --git a/travis/build_openblas.sh b/travis/build_openblas.sh index 760c448c69..d86953a325 100755 --- a/travis/build_openblas.sh +++ b/travis/build_openblas.sh @@ -8,6 +8,6 @@ if [[ "$USE_64TO32" == "y" ]]; then else sixty4_int=1 fi -echo make -j3 PREFIX=$TRAVIS_BUILD_DIR INTERFACE64="$sixty4_int" USE_THREAD=0 NO_CBLAS=1 NO_LAPACKE=1 DEBUG=1 NUM_THREADS=1 all +$TRAVIS_BUILD_DIR/travis/sleep_loop.sh make -j3 PREFIX=$TRAVIS_BUILD_DIR INTERFACE64="$sixty4_int" USE_THREAD=0 NO_CBLAS=1 NO_LAPACKE=1 DEBUG=1 NUM_THREADS=1 all make PREFIX=$TRAVIS_BUILD_DIR install #tail -4 openblas.log