resgen.swift/Jenkinsfile
Thibaut Schmitt ae7c0abbc2
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Fix plist font file name and fix all tests
2025-04-30 11:37:17 +02:00

11 lines
307 B
Groovy

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