Update CI
All checks were successful
Build and Test / super-mario-maker (push) Successful in 2m9s
Build and Test / friends (push) Successful in 2m23s
Build and Test / splatoon-testfire (push) Successful in 2m57s
Build and Test / splatoon (push) Successful in 3m18s
Build and Test / fast-racing-neo (push) Successful in 3m52s
Build and Test / wii-u-chat (push) Successful in 4m20s
Build and Test / minecraft-wiiu (push) Successful in 5m12s
All checks were successful
Build and Test / super-mario-maker (push) Successful in 2m9s
Build and Test / friends (push) Successful in 2m23s
Build and Test / splatoon-testfire (push) Successful in 2m57s
Build and Test / splatoon (push) Successful in 3m18s
Build and Test / fast-racing-neo (push) Successful in 3m52s
Build and Test / wii-u-chat (push) Successful in 4m20s
Build and Test / minecraft-wiiu (push) Successful in 5m12s
This commit is contained in:
parent
0df281cd61
commit
9f2ab87f6a
1 changed files with 30 additions and 0 deletions
|
|
@ -11,6 +11,36 @@ env:
|
|||
SHORT_SHA: ${{ github.sha }}
|
||||
|
||||
jobs:
|
||||
minecraft-wiiu:
|
||||
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 Minecraft Wii U edition
|
||||
env:
|
||||
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
|
||||
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
|
||||
run: ./.ci-scripts/make-edition.sh minecraft-wiiu
|
||||
|
||||
splatoon-testfire:
|
||||
runs-on: debian-trixie
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue