.yml changes to lime-build-environments docker containers

This commit is contained in:
João Vitor Polverari 2024-03-24 10:36:26 -03:00
parent 1571b55e45
commit df8b8533ca
3 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: citra-build name: lime-build
on: on:
push: push:
@ -28,7 +28,7 @@ jobs:
matrix: matrix:
target: ["appimage", "fresh"] target: ["appimage", "fresh"]
container: container:
image: RyzenDew/build-environments:linux-${{ matrix.target }} image: polarzincomfrio/lime-build-environments:linux-${{ matrix.target }}
options: -u 1001 options: -u 1001
env: env:
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache

View File

@ -1,4 +1,4 @@
name: citra-format name: lime-format
on: on:
push: push:
@ -10,7 +10,7 @@ jobs:
clang-format: clang-format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: citraemu/build-environments:linux-fresh image: polarzincomfrio/lime-build-environments:linux-fresh
options: -u 1001 options: -u 1001
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -1,4 +1,4 @@
name: citra-transifex name: lime-transifex
on: on:
push: push:
@ -7,8 +7,8 @@ on:
jobs: jobs:
transifex: transifex:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: RyzenDew/build-environments:linux-fresh container: polarzincomfrio/lime-build-environments:linux-fresh
if: ${{ github.repository == 'citra-emu/citra' }} if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -18,3 +18,4 @@ jobs:
run: ./.ci/transifex.sh run: ./.ci/transifex.sh
env: env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
# This will never build until there's a Transifex API TOKEN available