Make sure compile error codes are returned to the caller instead of continuing to build a dodgy zip.

This commit is contained in:
Shpoike 2023-11-05 00:54:29 +00:00
parent 66c439c10d
commit 6abe2a868e

View file

@ -2,7 +2,7 @@
./setup-vcpkg.sh
xcodebuild -project QuakeSpasm.xcodeproj -target QuakeSpasm-Spiked-SDL2
(xcodebuild -project QuakeSpasm.xcodeproj -target QuakeSpasm-Spiked-SDL2) || exit $?
cat <<EOF > build/Release/Quakespasm-Spiked-Revision.txt
Git URL: $(git config --get remote.origin.url)