Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
11 lines
307 B
Groovy
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()
|