resgen.swift/Jenkinsfile
Quentin Bandera d21ad9d1ea
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Update JenkinsFile Xcode version
2024-04-11 10:19:10 +02:00

9 lines
208 B
Groovy

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