Skip to content

Add GitHub Actions CI - #19

Merged
akuligowski9 merged 2 commits into
mainfrom
add-ci
Feb 16, 2026
Merged

Add GitHub Actions CI#19
akuligowski9 merged 2 commits into
mainfrom
add-ci

Conversation

@akuligowski9

Copy link
Copy Markdown
Owner

Summary

  • Adds CI workflow running on push to main and on pull requests
  • C++ tests (40): cmake + ninja build, ctest
  • Swift tests (36): swift build + swift test
  • Uses macos-14 runner for Mach kernel APIs and Swift 5.9

Closes #15

Test plan

  • Verify CI runs on this PR (check Actions tab)
  • Both jobs pass green

🤖 Generated with Claude Code

akuligowski9 and others added 2 commits February 16, 2026 14:30
Runs both test suites on push to main and on pull requests.
Uses macos-14 runner for Mach kernel APIs and Swift 5.9.

Closes #15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…amework)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@akuligowski9
akuligowski9 merged commit 33cc0c4 into main Feb 16, 2026
2 checks passed
@akuligowski9
akuligowski9 deleted the add-ci branch February 16, 2026 20:05
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.

Add GitHub Actions CI for C++ and Swift tests

1 participant