aboutsummaryrefslogtreecommitdiff
path: root/test/appveyor-build.sh
diff options
context:
space:
mode:
authorCam Cope <github@camcope.me>2021-08-30 07:35:33 -0700
committerGitHub <noreply@github.com>2021-08-30 15:35:33 +0100
commitd54c7ecbd618afb4df524e0d96dec7fe7cc2935d (patch)
tree4ffa94f7ab1e76c2657540bab4a0e358d857bfb3 /test/appveyor-build.sh
parent803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 (diff)
downloadsshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.gz
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.bz2
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.zip
Fixup whitespace and configure CI to keep it that way
Diffstat (limited to 'test/appveyor-build.sh')
-rwxr-xr-xtest/appveyor-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/appveyor-build.sh b/test/appveyor-build.sh
index dcf7800..da4e01e 100755
--- a/test/appveyor-build.sh
+++ b/test/appveyor-build.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
machine=$(uname -m)
mkdir "build-$machine"