Skip to content

ci: add build workflow to verify compilation on PRs#47

Merged
narugit merged 2 commits into
mainfrom
feature/ci-build
Apr 21, 2026
Merged

ci: add build workflow to verify compilation on PRs#47
narugit merged 2 commits into
mainfrom
feature/ci-build

Conversation

@narugit

@narugit narugit commented Apr 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add .github/workflows/build.yml to run make and make staticlib on pull requests.
  • Matrix runs on macos-15 and macos-26.
  • Previously, PR checks only ran cpplint and misspell via reviewdog; compilation was not verified.

narugit added 2 commits April 21, 2026 22:00
Run make and make staticlib on macos-15 and macos-26 runners so PRs
fail fast when code does not compile.
Rename the toolchain info step to cover OS, CPU brand, and compiler
so Apple Silicon generation (M1/M2/M3/...) is visible in logs.
@narugit narugit merged commit 4cb6671 into main Apr 21, 2026
4 checks passed
@narugit narugit deleted the feature/ci-build branch April 21, 2026 13:08
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.

1 participant