|
@@ -25,7 +25,7 @@ parallel 'centos7': {
|
|
}
|
|
}
|
|
|
|
|
|
stage('Build macOS UI') {
|
|
stage('Build macOS UI') {
|
|
- dir('$WORKSPACE/macui') {
|
|
|
|
|
|
+ dir('macui') {
|
|
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
|
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
|
|
}
|
|
}
|
|
}
|
|
}
|