mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
.yml changes to lime-build-environments docker containers
This commit is contained in:
parent
1571b55e45
commit
df8b8533ca
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: citra-build
|
||||
name: lime-build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
target: ["appimage", "fresh"]
|
||||
container:
|
||||
image: RyzenDew/build-environments:linux-${{ matrix.target }}
|
||||
image: polarzincomfrio/lime-build-environments:linux-${{ matrix.target }}
|
||||
options: -u 1001
|
||||
env:
|
||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||
|
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: citra-format
|
||||
name: lime-format
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -10,7 +10,7 @@ jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: citraemu/build-environments:linux-fresh
|
||||
image: polarzincomfrio/lime-build-environments:linux-fresh
|
||||
options: -u 1001
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
7
.github/workflows/transifex.yml
vendored
7
.github/workflows/transifex.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: citra-transifex
|
||||
name: lime-transifex
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -7,8 +7,8 @@ on:
|
||||
jobs:
|
||||
transifex:
|
||||
runs-on: ubuntu-latest
|
||||
container: RyzenDew/build-environments:linux-fresh
|
||||
if: ${{ github.repository == 'citra-emu/citra' }}
|
||||
container: polarzincomfrio/lime-build-environments:linux-fresh
|
||||
if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -18,3 +18,4 @@ jobs:
|
||||
run: ./.ci/transifex.sh
|
||||
env:
|
||||
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
|
||||
# This will never build until there's a Transifex API TOKEN available
|
Loading…
Reference in New Issue
Block a user