Skip to content

Commit e90538e

Browse files
committed
.travis.sh : add to check eus64-check
1 parent 39e6c9e commit e90538e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ if [[ "`uname -m`" == "arm"* || "`uname -m`" == "aarch"* ]]; then
6565
else
6666
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
6767
fi
68+
set +e
69+
make -C eus/contrib/eus64-check/ # check eus64-check
6870
travis_time_end
6971

7072
if [ "$TRAVIS_OS_NAME" == "linux" -a "`uname -m`" == "x86_64" ]; then
7173

7274
travis_time_start script.doc
73-
set +e
7475
(cd doc; make)
7576
travis_time_end
7677

0 commit comments

Comments
 (0)