File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ for version in ${GCC}; do
4141 -DCMAKE_INSTALL_PREFIX:PATH=" ${HOME} /OpenCoarrays" \
4242 -DCMAKE_BUILD_TYPE:STRING=" ${BUILD_TYPE} " \
4343 ..
44- ${TRAVIS : + travis_wait} make -j 4
44+ make -j 4
4545 printf ' \nDone compiling OpenCoarrays and tests!\n\n'
4646 CTEST_FLAGS=(--output-on-failure --schedule-random --repeat-until-fail " ${NREPEAT:- 5} " --timeout " ${TEST_TIMEOUT:- 200} " )
4747 if [[ " ${BUILD_TYPE} " =~ Deb ]]; then
48- ${TRAVIS : + travis_wait} ctest " ${CTEST_FLAGS[@]} " > " ${BUILD_TYPE} .log" || cat " ${BUILD_TYPE} .log"
48+ ctest " ${CTEST_FLAGS[@]} " > " ${BUILD_TYPE} .log" || cat " ${BUILD_TYPE} .log"
4949 else
50- ${TRAVIS : + travis_wait} ctest " ${CTEST_FLAGS[@]} "
50+ ctest " ${CTEST_FLAGS[@]} "
5151 fi
5252 make install
5353 make uninstall
You can’t perform that action at this time.
0 commit comments