Explorar o código

add stage for building the new macOS UI in Jenkins

Grant Limberg %!s(int64=9) %!d(string=hai) anos
pai
achega
df6d3ca66b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Jenkinsfile

+ 6 - 0
Jenkinsfile

@@ -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'
+            }
+        }
     }
 }