Skip to content

CIワークフロー追加: フロントエンドビルド + cargo check (Windows/macOS) - #2

Merged
avakero merged 1 commit into
masterfrom
claude/ui-ux-review-ssxiol
Jul 12, 2026
Merged

CIワークフロー追加: フロントエンドビルド + cargo check (Windows/macOS)#2
avakero merged 1 commit into
masterfrom
claude/ui-ux-review-ssxiol

Conversation

@avakero

@avakero avakero commented Jul 12, 2026

Copy link
Copy Markdown
Owner

概要

PR と master への push のたびに、ビルドが通るかを自動検証する CI ワークフロー(.github/workflows/ci.yml)を追加します。

内容

ジョブ 実行環境 内容
Frontend ubuntu-latest npm cinpm run build(tsc の型チェック + vite ビルド)
Rust windows-latest / macos-latest cargo check(リリース対象の両 OS でコンパイル確認)
  • Rust ジョブでは tauri::generate_context! がコンパイル時に ../dist を要求するため、先にフロントエンドをビルドしてから cargo check を実行します
  • アクションのバージョン(checkout@v4, setup-node@v4, dtolnay/rust-toolchain@stable, swatinem/rust-cache@v2)は既存の release.yml と揃えています
  • この PR 自体で CI が初回実行されます

🤖 Generated with Claude Code

https://claude.ai/code/session_01JVtVF1udRytBv7axGtvoiR


Generated by Claude Code

Runs on every pull request and push to master:
- Frontend job (ubuntu): npm ci + npm run build (tsc + vite)
- Rust job (windows/macos matrix): cargo check, with the frontend
  built first since tauri::generate_context! requires ../dist to exist

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JVtVF1udRytBv7axGtvoiR
@avakero
avakero merged commit c0a9497 into master Jul 12, 2026
3 checks passed
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