We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make unit
1 parent 3f63d28 commit 2891f3eCopy full SHA for 2891f3e
.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