Skip to content

Commit

Permalink
Add CI for ps2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s authored Sep 10, 2024
1 parent 10795f3 commit 20a88a7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,21 @@ jobs:
run: |
git status
ls -lR build
build-ps2:
name: PS2 build

runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
steps:
- name: Install dependencies
run: |
apk add cmake build-base git zip gawk python3 py3-pip bash
- name: git checkout
uses: actions/checkout@v4

- name: Compile PS2
run: |
cmake -S . -B build -DBUILD_GL=OFF "-DCMAKE_TOOLCHAIN_FILE=${PS2DEV}/share/ps2dev.cmake" "-DCMAKE_INSTALL_PREFIX=${PS2SDK}/ports" "-DCMAKE_PREFIX_PATH=${PS2SDK}/ports"
cmake --build buildclean

0 comments on commit 20a88a7

Please sign in to comment.