projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888ea72
)
Make travis build faster.
author
Kim Kulling
<kim.kulling@googlemail.com>
Thu, 10 Nov 2016 09:33:07 +0000
(10:33 +0100)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Thu, 10 Nov 2016 09:33:07 +0000
(10:33 +0100)
.travis.sh
patch
|
blob
|
history
diff --git
a/.travis.sh
b/.travis.sh
index
fefd529
..
432a887
100755
(executable)
--- a/
.travis.sh
+++ b/
.travis.sh
@@
-7,7
+7,7
@@
if [ $ANDROID ]; then
ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni
else
generate \
- && make \
+ && make
-j4
\
&& sudo make install \
&& sudo ldconfig \
&& (cd test/unit; ../../bin/unit) \