From f4258a6209a6734a1a59a3d7412dd3cce992268e Mon Sep 17 00:00:00 2001 From: EPICGameGuy Date: Wed, 22 Nov 2023 14:48:47 -0500 Subject: [PATCH] Working on ci workflow --- .github/workflows/docker-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f41cdac..8be3f3a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Get dependencies run: | - apk add build-base git cmake + apk add build-base git cmake mkisofs - name: Install ps2stuff run: | @@ -40,3 +40,7 @@ jobs: run: | cd dependencies/egg-library make clean all install -j$(getconf _NPROCESSORS_ONLN) + + - name: Compile ps2 engine + run: | + make clean iso -j$(getconf _NPROCESSORS_ONLN)