pipery-dev/Pipery iOS CI
CI pipeline for iOS projects: SwiftLint, xcodebuild build, test, archive, package, release, reintegration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the iOS project root. | no | . |
| workspace | Xcode workspace path relative to project_path. | no | "" |
| project | Xcode project path relative to project_path. | no | "" |
| scheme | Xcode scheme to build. | yes | — |
| configuration | Xcode configuration. | no | Release |
| destination | xcodebuild destination. | no | generic/platform=iOS |
| archive_path | Archive output path. | no | build/Pipery.xcarchive |
| export_options_plist | ExportOptions.plist path for IPA export. | no | "" |
| skip_lint | Skip SwiftLint. | no | false |
| skip_build | Skip xcodebuild build. | no | false |
| skip_test | Skip xcodebuild test. | no | false |
| skip_archive | Skip xcodebuild archive. | no | false |
| skip_packaging | Skip IPA/archive collection. | no | false |
| log_file | Path to the JSONL log file. | no | pipery.jsonl |
Outputs
no outputs