mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
add stage for building the new macOS UI in Jenkins
This commit is contained in:
parent
5be7374f56
commit
df6d3ca66b
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
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…
Add table
Reference in a new issue