make use of 2 cores in Travis CI
(cherry picked from commit 283ba78399
)
This commit is contained in:
parent
33bdd92f1e
commit
75b154f7e0
1 changed files with 1 additions and 1 deletions
|
@ -86,5 +86,5 @@ script:
|
||||||
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
||||||
sh ./misc/travis/clang-format.sh;
|
sh ./misc/travis/clang-format.sh;
|
||||||
else
|
else
|
||||||
scons platform=$GODOT_TARGET progress=no verbose=yes CXX=$CXX openssl=builtin;
|
scons -j 2 platform=$GODOT_TARGET progress=no verbose=yes CXX=$CXX builtin_openssl=yes;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue