diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index 7f9fc3df..b05326a9 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS" exit 1