Merge pull request #24 from ISSOtm/early-error
Have build scripts fail on first failing command
This commit is contained in:
commit
24233f20d3
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Default flags
|
# Default flags
|
||||||
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Default flags
|
# Default flags
|
||||||
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Default flags
|
# Default flags
|
||||||
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user