Initial support for Puyo Puyo Tetris
All checks were successful
Build and Test / super-mario-maker (push) Successful in 2m9s
Build and Test / splatoon (push) Successful in 2m29s
Build and Test / fast-racing-neo (push) Successful in 3m1s
Build and Test / splatoon-testfire (push) Successful in 3m27s
Build and Test / wii-u-chat (push) Successful in 4m0s
Build and Test / puyopuyo (push) Successful in 4m43s
Build and Test / minecraft-wiiu (push) Successful in 4m50s
Build and Test / friends (push) Successful in 5m12s
All checks were successful
Build and Test / super-mario-maker (push) Successful in 2m9s
Build and Test / splatoon (push) Successful in 2m29s
Build and Test / fast-racing-neo (push) Successful in 3m1s
Build and Test / splatoon-testfire (push) Successful in 3m27s
Build and Test / wii-u-chat (push) Successful in 4m0s
Build and Test / puyopuyo (push) Successful in 4m43s
Build and Test / minecraft-wiiu (push) Successful in 4m50s
Build and Test / friends (push) Successful in 5m12s
This commit is contained in:
parent
9f2ab87f6a
commit
97d0a1f553
2 changed files with 42 additions and 0 deletions
|
|
@ -11,6 +11,36 @@ env:
|
||||||
SHORT_SHA: ${{ github.sha }}
|
SHORT_SHA: ${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
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:
|
minecraft-wiiu:
|
||||||
runs-on: debian-trixie
|
runs-on: debian-trixie
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
minecraft-wiiu:
|
||||||
include-in-checkall: true
|
include-in-checkall: true
|
||||||
features:
|
features:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue