Commit Graph

428 Commits

Author SHA1 Message Date
cheezwiz7899 12a7a81a8f ci(linux): migrate PR builds to build-citron-linux.sh, remove Arch container, and clean up obsolete scripts
build-linux.yml:
- Replace per-workflow build/package shell scripts (build-citron.sh,
  get-dependencies.sh, package-citron.sh) with a unified call to
  build-citron-linux.sh from the emulator repo, which handles dependency
  setup, CPM build, and AppImage/tar.zst packaging in one script
- Remove Arch Linux container (ghcr.io/pkgforge-dev/archlinux:latest)
  from the linux build job; the job now runs directly on the Ubuntu
  GitHub-hosted runner, eliminating the nested container layer
- Remove the 'Install Git' step (pacman -Syu git) that was only needed
  inside the Arch container
- Remove the 'Install Packaging Dependencies' step (pacman gamemode)
  that was only needed inside the Arch container; gamemode handling is
  now delegated to build-citron-linux.sh

Deleted files:
- build-citron.sh: Arch-based build script replaced by build-citron-linux.sh
- get-dependencies.sh: Arch pacman dependency installer, superseded
- package-citron.sh: Arch-based AppImage/tar.zst packager, superseded
- PKGBUILD: unused Arch Linux package build descriptor

README.md:
- Rewrite to reflect this repo's purpose as a PR test-artifact builder,
  not a nightly/stable release repo; redirect users to citron-neo/CI
  for releases
- Describe the per-platform workflow_dispatch model: takes branch, PR
  number, and head repo as inputs; posts/updates a results comment on
  the PR with per-platform status and nightly.link download links
- Document build-deduplication: skips re-building a commit already
  successfully built for that platform
- Update title and badge references from 'Citron' to 'Citron Neo'
- Mention tar.zst portable archive produced alongside the AppImage
- Update AppImage section with uruntime fuse3/no-fuse compatibility notes
- Replace bullet lists with dash lists; remove star history block,
  raison d'etre image, and Pkgforge attribution section
2026-07-02 10:22:10 +10:00
collecting 023f8001a4 nuke MSVC 2026-05-12 02:57:58 -04:00
cheezwiz7899 a8b7f7b9ad Merge pull request #10 from cheezwiz7899/main
removed fallback to main repo clone in the workflows
2026-05-06 14:58:36 +10:00
cheezwiz7899 a28ad80f70 removed fallback to main repo clone in the workflows, and redundant repo clone in the linux build script 2026-05-06 16:57:08 +12:00
cheezwiz7899 7280ba1536 Merge pull request #9 from cheezwiz7899/main
fix branch clone targeting on linux workflow
2026-05-06 11:29:45 +10:00
cheezwiz7899 1716ff43fd Merge branch 'citron-neo:main' into main 2026-05-06 11:28:14 +10:00
cheezwiz7899 cde095a930 fix linux build branch targeting 2026-05-06 13:26:54 +12:00
cheezwiz7899 9f25c945b7 Merge pull request #8 from cheezwiz7899/main
Tell those PRs to wait their turn
2026-05-04 01:02:04 -05:00
cheezwiz7899 47fe73b22c adjust concurrency limits to be per PR, instead of per platform, so that queued jobs for different PR's do not cancel each other. 2026-05-04 18:00:57 +12:00
cheezwiz7899 2222e89536 Merge pull request #7 from cheezwiz7899/main
ci: update macos workflow to match the CI repo
2026-05-01 22:54:08 -05:00
cheezwiz7899 e3e67110fc ci: update macos workflow to match the CI repo 2026-05-02 15:51:14 +12:00
cheezwiz7899 2e61e48299 Merge pull request #6 from cheezwiz7899/main
Fix: skipped builds are not failed builds
2026-05-01 20:36:12 -05:00
cheezwiz7899 c3d5302d2a Do not change the status to Failed on a skipped run 2026-05-02 13:34:15 +12:00
cheezwiz7899 9c415d7c45 Merge pull request #5 from cheezwiz7899/main
fix github api parsing stuff
2026-05-01 17:16:45 -05:00
cheezwiz7899 e544d76e81 fix github api parsing stuff 2026-05-02 10:15:07 +12:00
cheezwiz7899 91bb004edb Merge pull request #4 from cheezwiz7899/main
Stop unnecessary builds
2026-05-01 17:04:00 -05:00
cheezwiz7899 62bc4e0d7d make the build needed check the status of the previous PR builds correctly, so that builds are not run when they are not necessary 2026-05-02 10:00:21 +12:00
Mythrax-ZS a58463f3a4 Merge pull request #3 from cheezwiz7899/main
Actually tested PR CI
2026-04-29 16:29:13 +10:00
cheezwiz7899 7e5ca2b38b redirect UPSTREAM_REPO to main repo 2026-04-29 18:18:28 +12:00
cheezwiz7899 667e50f835 removed nightly builds
simplified version check logic
removed push triggering
refine status comment reporting in each PR
dispatch jobs for open PRs every 2 hours
change repo URL hardcoding to a variable for simple upstream repo specification
fixed build necessity checking logic for PR situations, and left the version checker on the default GH_TOKEN
2026-04-29 18:17:39 +12:00
CollectingW 04f69f3932 Merge pull request #2 from cheezwiz7899/main
fix Android builds... maybe.
2026-04-28 11:45:21 -04:00
cheezwiz7899 786c1431f2 fix Android builds... maybe.
Change the secret token name.
2026-04-28 22:07:16 +12:00
CollectingW eaafd70abe Merge pull request #1 from cheezwiz7899/main
Update PR's and add comments to PRs
2026-04-28 04:52:44 -04:00
cheezwiz7899 914219e942 Update PR's and add comments to PRs 2026-04-28 20:42:53 +12:00
github-actions[bot] c9350b7211 Update LATEST_VERSION to e4a3a18 [skip ci] nightly-android 2026-04-27 14:59:39 +00:00