Skip to content

Commit 89dd39e

Browse files
dwsuseigaw
authored andcommitted
build: abort CI builds on first error
Do not continue to build and hide any errors. Signed-off-by: Daniel Wagner <[email protected]>
1 parent e923016 commit 89dd39e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

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

0 commit comments

Comments
 (0)