Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 0 additions & 108 deletions .github/workflows/ci.yml

This file was deleted.

5 changes: 2 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ Enables privileged PSP APIs: kernel memory partitions, interrupt handlers, PRX m

## CI/CD

Three GitHub Actions workflows:
- **`ci.yml`**: Push to main — fmt, clippy, test, build, deny, emulator test
- **`main-ci.yml`**: Main + version tags — full CI plus release binary creation
Two GitHub Actions workflows:
- **`main-ci.yml`**: Push to main + version tags — full CI (fmt, clippy, test, build, deny, emulator test) plus release binary creation and GitHub Release on tags/manual trigger
- **`pr-validation.yml`**: PRs — full CI plus AI code reviews (Gemini/Codex), agent auto-fix (max 5 iterations)

CI runs in Docker containers (`docker/rust-ci.Dockerfile` based on `rust:1.93-slim`). PSP tests run in PPSSPPHeadless emulator container.
Expand Down