We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405e493 + 2891f3e commit 79c83c4Copy full SHA for 79c83c4
.travis.yml
@@ -110,6 +110,8 @@ script:
110
# Compile in host machine/container & run tests in host machine/container
111
if [ -L bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
112
COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DUSE_BOOST\"" &&
113
+ eval ${PRE_COMMAND} ${COMMAND} &&
114
+ COMMAND="make -C unit test CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DUSE_BOOST\"" &&
115
eval ${PRE_COMMAND} ${COMMAND}
116
117
notifications:
0 commit comments