Skip to content
Snippets Groups Projects
Commit f0668c83 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Alright, fine Travis. You can try and build for another version of gcc.

parent 9adbf489
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ env: ...@@ -33,7 +33,7 @@ env:
script: script:
- rvm use $RUBY_VERSION - rvm use $RUBY_VERSION
- gem install bundler - gem install bundler
- if [ -z "$USE_GCC" ] ; then ./tools/run_tests/prepare_travis.sh ; fi - ./tools/run_tests/prepare_travis.sh
- if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi - if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
after_success: after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment