Add support for Sonic Transformed
All checks were successful
Build and Test / super-mario-maker (push) Successful in 4m9s
Build and Test / fast-racing-neo (push) Successful in 4m36s
Build and Test / minecraft-wiiu (push) Successful in 5m34s
Build and Test / splatoon (push) Successful in 5m54s
Build and Test / puyopuyo (push) Successful in 6m21s
Build and Test / friends (push) Successful in 6m32s
Build and Test / wii-u-chat (push) Successful in 7m7s
Build and Test / splatoon-testfire (push) Successful in 7m37s
Build and Test / wii-sports-club (push) Successful in 7m53s
Build and Test / mario-tennis (push) Successful in 8m41s
Build and Test / sonic-transformed (push) Successful in 8m51s
All checks were successful
Build and Test / super-mario-maker (push) Successful in 4m9s
Build and Test / fast-racing-neo (push) Successful in 4m36s
Build and Test / minecraft-wiiu (push) Successful in 5m34s
Build and Test / splatoon (push) Successful in 5m54s
Build and Test / puyopuyo (push) Successful in 6m21s
Build and Test / friends (push) Successful in 6m32s
Build and Test / wii-u-chat (push) Successful in 7m7s
Build and Test / splatoon-testfire (push) Successful in 7m37s
Build and Test / wii-sports-club (push) Successful in 7m53s
Build and Test / mario-tennis (push) Successful in 8m41s
Build and Test / sonic-transformed (push) Successful in 8m51s
This commit is contained in:
parent
f66ecf4d96
commit
e9ef3ef8b4
2 changed files with 42 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ name: Build and Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
branches: ["**"]
|
||||||
pull_request:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
|
|
@ -11,6 +10,36 @@ env:
|
||||||
SHORT_SHA: ${{ github.sha }}
|
SHORT_SHA: ${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
sonic-transformed:
|
||||||
|
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 Sonic Transformed edition
|
||||||
|
env:
|
||||||
|
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
|
||||||
|
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
|
||||||
|
run: ./.ci-scripts/make-edition.sh sonic-transformed
|
||||||
|
|
||||||
mario-tennis:
|
mario-tennis:
|
||||||
runs-on: debian-trixie
|
runs-on: debian-trixie
|
||||||
|
|
||||||
|
|
@ -35,7 +64,7 @@ jobs:
|
||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
run: echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV
|
run: echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build MTUS tetris edition
|
- name: Build MTUS edition
|
||||||
env:
|
env:
|
||||||
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
|
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
|
||||||
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
|
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
||||||
|
sonic-transformed:
|
||||||
|
include-in-checkall: true
|
||||||
|
features:
|
||||||
|
- prudpv1
|
||||||
|
- v3-4-0
|
||||||
|
settings:
|
||||||
|
AUTH_REPORT_VERSION: "branch:origin/release/ngs/3.4.x.3 build:3_4_13_3_0"
|
||||||
|
RNEX_VIRTUAL_PORT_INSECURE: "1:10"
|
||||||
|
RNEX_VIRTUAL_PORT_SECURE: "1:10"
|
||||||
|
RNEX_DEFAULT_PORT: 10000
|
||||||
|
RNEX_ACCESS_KEY: "b26a3421"
|
||||||
wii-sports-club:
|
wii-sports-club:
|
||||||
include-in-checkall: true
|
include-in-checkall: true
|
||||||
features:
|
features:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue