Merge pull request 'Add Terraria Edition' (#45) from feat/terraria into v0
All checks were successful
Build and Test / sonic-transformed (push) Successful in 5m40s
Build and Test / mario-tennis (push) Successful in 5m50s
Build and Test / wii-u-chat (push) Successful in 5m59s
Build and Test / fast-racing-neo (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 6m23s
Build and Test / wii-sports-club (push) Successful in 6m26s
Build and Test / splatoon (push) Successful in 6m34s
Build and Test / minecraft-wiiu (push) Successful in 6m50s
Build and Test / super-mario-maker (push) Successful in 7m8s
Build and Test / puyopuyo (push) Successful in 7m31s
Build and Test / friends (push) Successful in 7m31s
Build and Test / terraria (push) Successful in 11m7s
All checks were successful
Build and Test / sonic-transformed (push) Successful in 5m40s
Build and Test / mario-tennis (push) Successful in 5m50s
Build and Test / wii-u-chat (push) Successful in 5m59s
Build and Test / fast-racing-neo (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 6m23s
Build and Test / wii-sports-club (push) Successful in 6m26s
Build and Test / splatoon (push) Successful in 6m34s
Build and Test / minecraft-wiiu (push) Successful in 6m50s
Build and Test / super-mario-maker (push) Successful in 7m8s
Build and Test / puyopuyo (push) Successful in 7m31s
Build and Test / friends (push) Successful in 7m31s
Build and Test / terraria (push) Successful in 11m7s
Reviewed-on: #45
This commit is contained in:
commit
e433de67f3
2 changed files with 42 additions and 0 deletions
|
|
@ -343,3 +343,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
|
||||
|
|
|
|||
|
|
@ -158,3 +158,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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue