Browse Source

add stage for building the new macOS UI in Jenkins

pull/1/head
Grant Limberg 10 years ago
parent
commit
df6d3ca66b
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -23,5 +23,11 @@ parallel 'centos7': {
stage('Build macOS') {
sh 'make -f make-mac.mk'
}
stage('Build macOS UI') {
dir('$WORKSPACE/macui') {
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
}
}
}

Loading…
Cancel
Save