Skip to content

[ci] GitHub ActionsでテストとmacOSビルドを自動化#4

Merged
shsw228 merged 2 commits intomainfrom
codex/ci-setup
Feb 24, 2026
Merged

[ci] GitHub ActionsでテストとmacOSビルドを自動化#4
shsw228 merged 2 commits intomainfrom
codex/ci-setup

Conversation

@shsw228
Copy link
Copy Markdown
Owner

@shsw228 shsw228 commented Feb 24, 2026

概要

  • GitHub Actions の CI workflow を追加
  • PR / main push 時に以下を自動実行
    • swift test (LocalPackage)
    • xcodebuild -scheme KeyMapRender -destination 'platform=macOS' build
  • concurrency を設定し、同一refの重複実行を自動キャンセル

追加ファイル

  • .github/workflows/ci.yml

ローカル確認

  • swift test (LocalPackage): 成功
  • xcodebuild -scheme KeyMapRender -destination 'platform=macOS' build: 成功

@shsw228 shsw228 merged commit 9608d5e into main Feb 24, 2026
0 of 2 checks passed
@shsw228 shsw228 deleted the codex/ci-setup branch February 24, 2026 19:04
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