mirror of
https://github.com/videolan/vlc-android
synced 2024-12-04 15:23:51 +08:00
CI: don't limit the build to 8 threads
No need to make it artificially slower.
This commit is contained in:
parent
05354fe710
commit
295ab590da
@ -86,8 +86,6 @@ webserver-vulnerabilities:
|
|||||||
- mkdir -p ~/.android
|
- mkdir -p ~/.android
|
||||||
- if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
|
- if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
|
||||||
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
|
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
|
||||||
variables:
|
|
||||||
MAKEFLAGS: -j8
|
|
||||||
|
|
||||||
# Rebuilds libvlc JNI
|
# Rebuilds libvlc JNI
|
||||||
.build-libvlc-base:
|
.build-libvlc-base:
|
||||||
|
Loading…
Reference in New Issue
Block a user