aboutsummaryrefslogtreecommitdiff
path: root/test/appveyor-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/appveyor-build.sh')
-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