Files
resgen.swift/Jenkinsfile
Loris Perret 0118492162
All checks were successful
openium/resgen.swift/pipeline/head This commit looks good
Add MainActor on AnalysticsManager shared property (#24)
Reviewed-on: #24
2026-01-05 14:31:39 +01:00

11 lines
307 B
Groovy

library "openiumpipeline"
env.DEVELOPER_DIR="/Applications/Xcode-26.2.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()