Skip to content

Commit

Permalink
Travis: launch_tests only when compiler is gcc
Browse files Browse the repository at this point in the history
* Because there are seg. fault when launch tests when job uses clang
compiler.
* Issue tuttleofx#434
  • Loading branch information
Clement Champetier committed Jul 21, 2015
1 parent c4f4098 commit fb1aee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ script:
exit 0;
fi
- tools/travis/build.sh
- tools/travis/launch_tests.sh

# launch tests
- if [ ${CC} = "gcc" ]; then tools/travis/launch_tests.sh; fi

after_failure:
- cat ${TUTTLE_BUILD}/CMakeFiles/CMakeOutput.log
Expand Down

0 comments on commit fb1aee6

Please sign in to comment.