summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index a404fea7..7bbcaa24 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,9 +25,7 @@ parallel 'centos7': {
}
stage('Build macOS UI') {
- dir('macui') {
- sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
- }
+ sh 'cd macui && xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
}
}