summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/setup-mingw-build.sh (renamed from ci/setup-mingw.sh)4
-rwxr-xr-xci/setup-osx-build.sh (renamed from ci/setup-osx.sh)2
2 files changed, 4 insertions, 2 deletions
diff --git a/ci/setup-mingw.sh b/ci/setup-mingw-build.sh
index f5a882d2b..3d72b24eb 100755
--- a/ci/setup-mingw.sh
+++ b/ci/setup-mingw-build.sh
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -ex
echo "##############################################################################"
echo "## Downloading mingw"
diff --git a/ci/setup-osx.sh b/ci/setup-osx-build.sh
index 2e630eedb..0b95e7629 100755
--- a/ci/setup-osx.sh
+++ b/ci/setup-osx-build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-set -x
+set -ex
brew update
brew install pkgconfig zlib curl openssl libssh2 ninja