Add prelimiary support for Wii Sports Club and MTUS
All checks were successful
Build and Test / splatoon-testfire (push) Successful in 2m21s
Build and Test / super-mario-maker (push) Successful in 2m48s
Build and Test / minecraft-wiiu (push) Successful in 3m22s
Build and Test / fast-racing-neo (push) Successful in 4m8s
Build and Test / wii-u-chat (push) Successful in 4m36s
Build and Test / puyopuyo (push) Successful in 5m9s
Build and Test / friends (push) Successful in 5m27s
Build and Test / mario-tennis (push) Successful in 6m13s
Build and Test / splatoon (push) Successful in 6m13s
Build and Test / wii-sports-club (push) Successful in 6m51s
All checks were successful
Build and Test / splatoon-testfire (push) Successful in 2m21s
Build and Test / super-mario-maker (push) Successful in 2m48s
Build and Test / minecraft-wiiu (push) Successful in 3m22s
Build and Test / fast-racing-neo (push) Successful in 4m8s
Build and Test / wii-u-chat (push) Successful in 4m36s
Build and Test / puyopuyo (push) Successful in 5m9s
Build and Test / friends (push) Successful in 5m27s
Build and Test / mario-tennis (push) Successful in 6m13s
Build and Test / splatoon (push) Successful in 6m13s
Build and Test / wii-sports-club (push) Successful in 6m51s
This commit is contained in:
parent
d39758d748
commit
d10e0cb596
2 changed files with 84 additions and 0 deletions
|
|
@ -11,6 +11,66 @@ env:
|
||||||
SHORT_SHA: ${{ github.sha }}
|
SHORT_SHA: ${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
mario-tennis:
|
||||||
|
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 MTUS 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 mario-tennis
|
||||||
|
|
||||||
|
wii-sports-club:
|
||||||
|
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 Wii Sports Club edition
|
||||||
|
env:
|
||||||
|
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
|
||||||
|
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
|
||||||
|
run: ./.ci-scripts/make-edition.sh wii-sports-club
|
||||||
|
|
||||||
puyopuyo:
|
puyopuyo:
|
||||||
runs-on: debian-trixie
|
runs-on: debian-trixie
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,15 @@
|
||||||
|
wii-sports-club:
|
||||||
|
include-in-checkall: true
|
||||||
|
features:
|
||||||
|
- prudpv1
|
||||||
|
- third-notif-param
|
||||||
|
- v3-8-15
|
||||||
|
settings:
|
||||||
|
AUTH_REPORT_VERSION: "branch:origin/project/appsp build:3_4_24_4_0"
|
||||||
|
RNEX_VIRTUAL_PORT_INSECURE: "1:10"
|
||||||
|
RNEX_VIRTUAL_PORT_SECURE: "1:10"
|
||||||
|
RNEX_DEFAULT_PORT: 10000
|
||||||
|
RNEX_ACCESS_KEY: "4d324052"
|
||||||
puyopuyo:
|
puyopuyo:
|
||||||
include-in-checkall: true
|
include-in-checkall: true
|
||||||
features:
|
features:
|
||||||
|
|
@ -22,6 +34,18 @@ minecraft-wiiu:
|
||||||
RNEX_VIRTUAL_PORT_SECURE: "1:10"
|
RNEX_VIRTUAL_PORT_SECURE: "1:10"
|
||||||
RNEX_DEFAULT_PORT: 13000
|
RNEX_DEFAULT_PORT: 13000
|
||||||
RNEX_ACCESS_KEY: "f1b61c8e"
|
RNEX_ACCESS_KEY: "f1b61c8e"
|
||||||
|
mario-tennis:
|
||||||
|
include-in-checkall: true
|
||||||
|
features:
|
||||||
|
- prudpv1
|
||||||
|
- third-notif-param
|
||||||
|
- v3-8-15
|
||||||
|
settings:
|
||||||
|
AUTH_REPORT_VERSION: "branch:origin/release/ngs/3.9.x.200x build:3_9_19_2005_0"
|
||||||
|
RNEX_VIRTUAL_PORT_INSECURE: "1:10"
|
||||||
|
RNEX_VIRTUAL_PORT_SECURE: "1:10"
|
||||||
|
RNEX_DEFAULT_PORT: 10000
|
||||||
|
RNEX_ACCESS_KEY: "c69b92a0"
|
||||||
wii-u-chat:
|
wii-u-chat:
|
||||||
include-in-checkall: true
|
include-in-checkall: true
|
||||||
features:
|
features:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue