Files
resgen.swift/Jenkinsfile
Thibaut Schmitt 80ff2dda04
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Update Jenkinsfile
2022-09-05 10:20:03 +02:00

9 lines
208 B
Groovy

library "openiumpipeline"
env.DEVELOPER_DIR="/Applications/Xcode_13.3.0.app/Contents/Developer"
//env.SIMULATOR_DEVICE_TYPES="iPad--7th-generation-"
env.IS_PACKAGE_SWIFT=1
env.TARGETS_MACOS=1
iOSpipeline()