Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci: replace ps2homebrew container with redsonbr
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Nov 15, 2023
1 parent 6306c1b commit bea6e4b
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml

- name: git checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -53,8 +57,12 @@ jobs:
igs: [IGS=0, IGS=1]
t10k: [DTL_T10000=0, DTL_T10000=1]
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml

- name: git checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -82,8 +90,12 @@ jobs:

build-lang:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml

- name: git checkout
uses: actions/checkout@v3

Expand All @@ -109,10 +121,16 @@ jobs:
strategy:
fail-fast: false
matrix:
debug: [debug, iopcore_debug, ingame_debug, deci2_debug, eesio_debug]
#debug: [debug, iopcore_debug, ingame_debug, deci2_debug, eesio_debug]
# eesio_debug does not build on redsonbr
debug: [debug, iopcore_debug, ingame_debug, deci2_debug]
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml

- name: git checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -143,6 +161,9 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml

- name: git checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit bea6e4b

Please sign in to comment.