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 e90538e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ 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
set +e
make -C eus/contrib/eus64-check/ # check eus64-check
travis_time_end

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

travis_time_start script.doc
set +e
(cd doc; make)
travis_time_end

Expand Down

0 comments on commit e90538e

Please sign in to comment.