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.
1 parent 39e6c9e commit da2ed66Copy full SHA for da2ed66
.travis.sh
@@ -65,6 +65,8 @@ if [[ "`uname -m`" == "arm"* || "`uname -m`" == "aarch"* ]]; then
65
else
66
export EXIT_STATUS=0; for test_l in irteus/test/*.l; do irteusgl $test_l; export EXIT_STATUS=`expr $? + $EXIT_STATUS`; done;echo "Exit status : $EXIT_STATUS"; [ $EXIT_STATUS == 0 ] || exit 1
67
fi
68
+
69
+make -C eus/contrib/eus64-check/ || exit 1 # check eus64-check
70
travis_time_end
71
72
if [ "$TRAVIS_OS_NAME" == "linux" -a "`uname -m`" == "x86_64" ]; then
0 commit comments