Files
resgen.swift/Jenkinsfile
Quentin Bandera 052f416741
Some checks failed
openium/resgen.swift/pipeline/pr-master There was a failure building this commit
Update jenkinsFile
2025-11-10 16:01:10 +01:00

11 lines
307 B
Groovy

library "openiumpipeline"
env.DEVELOPER_DIR="/Applications/Xcode-26.0.0.app/Contents/Developer"
// env.SIMULATOR_DEVICE_TYPES="iPhone-14-Pro"
// env.SLACK_CHANNEL = "prj-skdevkit"
env.IS_PACKAGE_SWIFT=1
env.TARGETS_MACOS=1
env.PACKAGE_NAME="ResgenSwift" // xcodebuild -list => Only 1 scheme
iOSpipeline()