From d0c5fa3ed6cf7b17b581bd15c12fa658e75636fc Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 1 Aug 2018 10:59:30 -0700 Subject: Add AppVeyor CI for Cygwin --- test/appveyor-build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test/appveyor-build.sh (limited to 'test/appveyor-build.sh') 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 -- cgit v1.2.3