travis-ci: fix unittest executor.

pull/1299/head
Kim Kulling 2017-06-07 11:48:00 +02:00
parent 098e2ffaf9
commit 1792333031
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function generate()
if [ $ANDROID ]; then if [ $ANDROID ]; then
ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni
fi fi
if [ $LINUX ]; then if [ "$TRAVIS_OS_NAME" = "linux" ]; then
generate \ generate \
&& make -j4 \ && make -j4 \
&& sudo make install \ && sudo make install \