Skip to content

Commit

Permalink
build: abort CI builds on first error
Browse files Browse the repository at this point in the history
Do not continue to build and hide any errors.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Sep 21, 2023
1 parent e923016 commit 31c15a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

usage() {
echo "Usage: build.sh [-b [release|debug]] "
Expand Down

0 comments on commit 31c15a0

Please sign in to comment.