Makes Scripts Fail Fast and Loud
This commit is contained in:
committed by
Patrick Niklaus
parent
46994e87be
commit
1d994da12b
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
# Runs the Clang Tidy Tool in parallel on the code base.
|
||||
# Requires a compilation database in the build directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user