Skip to content

Commit da2ed66

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ 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+
69+
make -C eus/contrib/eus64-check/ || exit 1 # check eus64-check
6870
travis_time_end
6971

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

0 commit comments

Comments
 (0)