aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Zissimopoulos <billziss@navimatics.com>2018-08-01 10:59:30 -0700
committerNikolaus Rath <Nikolaus@rath.org>2018-08-11 10:33:42 +0100
commitd0c5fa3ed6cf7b17b581bd15c12fa658e75636fc (patch)
tree8b2efd38dee6ac06648b79541abfa105950bd018 /test
parenteac420791c667b038817aaa481c67646e9654e15 (diff)
downloadsshfs-d0c5fa3ed6cf7b17b581bd15c12fa658e75636fc.tar
sshfs-d0c5fa3ed6cf7b17b581bd15c12fa658e75636fc.tar.gz
sshfs-d0c5fa3ed6cf7b17b581bd15c12fa658e75636fc.tar.bz2
sshfs-d0c5fa3ed6cf7b17b581bd15c12fa658e75636fc.zip
Add AppVeyor CI for Cygwin
Diffstat (limited to 'test')
-rwxr-xr-xtest/appveyor-build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/appveyor-build.sh b/test/appveyor-build.sh
new file mode 100755
index 0000000..31be8bb
--- /dev/null
+++ b/test/appveyor-build.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+machine=$(uname -m)
+mkdir build-$machine
+cd build-$machine
+meson ..
+ninja