mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-04 09:42:59 +00:00
Update path to nkd-build
This commit is contained in:
parent
1afa9e992c
commit
231cc11a62
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ parallel 'centos7': {
|
|||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
stage('Build Android NDK') {
|
stage('Build Android NDK') {
|
||||||
sh "/android/android-ndk-r13/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
|
sh "/android/android-ndk-r13b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user