Skip to content

Commit

Permalink
Whoops CI build doesnt produce a ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent 5d5d402 commit cb2ba99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ pushd dependencies/ps2gl/glut && make install -j$(nproc); popd

echo "------Compiling ps2-engine------"

if [ ! "$1" ]; then
if [ ! "$1" ] || [ $1 != "deploy" ]; then
make iso -j$(nproc)
elif [ $1 = "deploy" ]; then
else
make deploy_iso -j$(nproc)
fi

0 comments on commit cb2ba99

Please sign in to comment.