Skip to content

Commit

Permalink
just Travis CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed Jun 28, 2020
1 parent cc97614 commit 4a4cfac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ script:
$mingw64 cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_MAKE_PROGRAM=mingw32-make.exe -DCMAKE_BUILD_TYPE=Release -G 'MSYS Makefiles' ../future
$mingw64 mingw32-make -j$(nproc --all)
$mingw64 ./tests/run_tests
# uploading new cache after the build can take more than 10 min timeout
# https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
travis_wait
;;
osx)
cd ${TRAVIS_BUILD_DIR}
Expand Down

0 comments on commit 4a4cfac

Please sign in to comment.