Skip to content

Commit

Permalink
.travis.sh : add to check eus64-check
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 7, 2017
1 parent 39e6c9e commit da2ed66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ if [[ "`uname -m`" == "arm"* || "`uname -m`" == "aarch"* ]]; then
else
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
fi

make -C eus/contrib/eus64-check/ || exit 1 # check eus64-check
travis_time_end

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

0 comments on commit da2ed66

Please sign in to comment.