Add Terraria Edition
All checks were successful
Build and Test / puyopuyo (push) Successful in 8m28s
Build and Test / splatoon (push) Successful in 8m35s
Build and Test / sonic-transformed (push) Successful in 8m36s
Build and Test / fast-racing-neo (push) Successful in 8m38s
Build and Test / friends (push) Successful in 8m38s
Build and Test / wii-u-chat (push) Successful in 8m38s
Build and Test / mario-tennis (push) Successful in 8m56s
Build and Test / splatoon-testfire (push) Successful in 8m58s
Build and Test / wii-sports-club (push) Successful in 8m55s
Build and Test / minecraft-wiiu (push) Successful in 9m9s
Build and Test / super-mario-maker (push) Successful in 9m45s
Build and Test / terraria (push) Successful in 10m9s

This commit is contained in:
BloxerHD 2026-07-09 14:57:45 +01:00
commit 5c3c8c0798
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8
2 changed files with 42 additions and 0 deletions

View file

@ -341,3 +341,33 @@ jobs:
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
DATABASE_URL: ${{ secrets.DATABASE_SMM }}
run: ./.ci-scripts/make-edition.sh super-mario-maker
terraria:
runs-on: debian-trixie
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
submodules: recursive
- name: Cache container storage
uses: actions/cache@v6
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 Terraria edition
env:
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
run: ./.ci-scripts/make-edition.sh terraria

View file

@ -138,3 +138,15 @@ super-mario-maker:
RNEX_VIRTUAL_PORT_SECURE: "1:10"
RNEX_DEFAULT_PORT: 6000
RNEX_ACCESS_KEY: "9f2b4678"
terraria:
include-in-checkall: true
features:
- prudpv1
- third-notif-param
- v3-8-15
settings:
AUTH_REPORT_VERSION: "branch:origin/release/ngs/3.8.x.200x build:3_8_13_2004_0"
RNEX_VIRTUAL_PORT_INSECURE: "1:10"
RNEX_VIRTUAL_PORT_SECURE: "1:10"
RNEX_DEFAULT_PORT: 10000
RNEX_ACCESS_KEY: "3d37fbdb"