Commit Graph

3 Commits

Author SHA1 Message Date
f371d8428d Reapply "fix: improve iOS CI workflow with pipefail, fix Python indentation, add setup docs"
This reverts commit 36658fe7d1.
2026-06-26 20:46:30 +00:00
36658fe7d1 Revert "fix: improve iOS CI workflow with pipefail, fix Python indentation, add setup docs"
This reverts commit c1cbc02826.
2026-06-26 20:46:30 +00:00
c1cbc02826 fix: improve iOS CI workflow with pipefail, fix Python indentation, add setup docs
- Add set -o pipefail for proper build error detection
- Replace PIPESTATUS with $? (works correctly with pipefail)
- Fix Python indentation in inline scripts (avoids YAML linter false positives)
- Remove MergeTitle from Gitea merge API call (uses default)
- Add docs/ci-cd-setup.md with Mac runner and secrets setup guide
2026-06-26 20:42:58 +00:00