We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87ec7 commit 4c10f68Copy full SHA for 4c10f68
.teamcity/build-macos.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -euo pipefail
4
+
5
if [[ "$(uname)" != "Darwin" ]] ; then
6
echo "This should be run on macOS"
7
exit 1
0 commit comments