Skip to content

ci: build validation#12

Open
pwltr wants to merge 5 commits into
masterfrom
ci/build-validation
Open

ci: build validation#12
pwltr wants to merge 5 commits into
masterfrom
ci/build-validation

Conversation

@pwltr

@pwltr pwltr commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a PR validation workflow for Rust and shell checks
  • Add an iOS workflow that builds and uploads the XCFramework artifact

Details

This adds two focused GitHub Actions workflows:

  • validation.yml

    • checks shell script syntax
    • runs cargo check --locked
    • runs cargo test --locked
    • runs cargo clippy --locked --all-targets
  • ios.yml

    • validates Package.swift
    • runs ./build_ios.sh
    • verifies the generated XCFramework and zip exist under dist/ios
    • uploads the generated iOS artifacts as workflow artifacts

The existing Gradle publish workflow is unchanged. Android build validation and release automation can be added as separate follow-up workflows.

Testing

Ran locally:

bash -n build.sh build_ios.sh build_android.sh
cargo check --locked
cargo test --locked
cargo clippy --locked --all-targets
swift package dump-package

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9c0775d43b

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Package.swift
@ovitrif ovitrif closed this Jun 15, 2026
@ovitrif ovitrif deleted the ci/build-validation branch June 15, 2026 09:13
@ovitrif ovitrif restored the ci/build-validation branch June 16, 2026 11:05
@ovitrif ovitrif reopened this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants