mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Make sure compile error codes are returned to the caller instead of continuing to build a dodgy zip.
This commit is contained in:
parent
66c439c10d
commit
6abe2a868e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue