Skip to content

Merge pull request #130 from uyjulian/sdl2_update_251223 #599

Merge pull request #130 from uyjulian/sdl2_update_251223

Merge pull request #130 from uyjulian/sdl2_update_251223 #599

Workflow file for this run

name: CI
on:
push:
pull_request:
repository_dispatch:
types: [run_build]
jobs:
build:
runs-on: ubuntu-latest
container: ps2dev/ps2sdk:latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
apk add build-base git bash cmake pkgconfig texinfo
- name: Compile project
run: |
export GSKIT=$PS2DEV/gsKit
make -j$(getconf _NPROCESSORS_ONLN)