mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-01 00:10:23 +00:00
Update Jenkinsfile for new NDK in Jenkins
This commit is contained in:
parent
bcf697cc2b
commit
0f03d4ef51
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ parallel 'centos7': {
|
|||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
stage('Build Android NDK') {
|
stage('Build Android NDK') {
|
||||||
sh "/android/android-ndk-r13b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
|
sh "/android/android-ndk-r15b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user