From 97d0a1f5535e1e81874b2f2384622d34bbe59bb9 Mon Sep 17 00:00:00 2001 From: red binder Date: Sat, 2 May 2026 22:07:26 +0200 Subject: [PATCH] Initial support for Puyo Puyo Tetris --- .forgejo/workflows/build.yml | 30 ++++++++++++++++++++++++++++++ editions.yaml | 12 ++++++++++++ 2 files changed, 42 insertions(+) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 593145f..0a329d9 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -11,6 +11,36 @@ env: SHORT_SHA: ${{ github.sha }} jobs: + puyopuyo: + runs-on: debian-trixie + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Cache container storage + uses: actions/cache@v4 + with: + path: | + /var/lib/containers/storage + /run/containers/storage + ~/.local/share/containers/storage + key: image-cache + + - name: Login to registry + run: docker login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} git.spbr.net + + - name: Set short SHA + run: echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV + + - name: Build puyo puyo tetris edition + env: + CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex + CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }} + run: ./.ci-scripts/make-edition.sh puyopuyo + minecraft-wiiu: runs-on: debian-trixie diff --git a/editions.yaml b/editions.yaml index 8f6ffb5..dca2347 100644 --- a/editions.yaml +++ b/editions.yaml @@ -1,3 +1,15 @@ +puyopuyo: + include-in-checkall: true + features: + - prudpv1 + - third-notif-param + - v3-8-15 + settings: + AUTH_REPORT_VERSION: "branch:origin/release/ngs/3.5.x.1000 build:3_5_16_1000_0" + RNEX_VIRTUAL_PORT_INSECURE: "1:10" + RNEX_VIRTUAL_PORT_SECURE: "1:10" + RNEX_DEFAULT_PORT: 10000 + RNEX_ACCESS_KEY: "4eb0ca36" minecraft-wiiu: include-in-checkall: true features: