summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-12-14 16:22:47 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2018-12-14 17:13:47 +0000
commit87466f184279fde77d0c29894a8ae4f6a11647b1 (patch)
treee45a5963ca8a297df00671307b04e7b08bddce3c
parent9a86c945717b660e238fe3250d01b1034a033c8b (diff)
-rw-r--r--scripts/appveyor_cygwin.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/appveyor_cygwin.bat b/scripts/appveyor_cygwin.bat
index 0fb307898c..831270b8cd 100644
--- a/scripts/appveyor_cygwin.bat
+++ b/scripts/appveyor_cygwin.bat
@@ -32,8 +32,9 @@ zlib-devel
goto :eof
:build_script
-bash -lc "cd $APPVEYOR_BUILD_FOLDER; meson build -Degl=false --wrap-mode=nofallback && ninja -C build"
+bash -lc "cd $APPVEYOR_BUILD_FOLDER; meson _build -Degl=false --wrap-mode=nofallback && ninja -C _build"
goto :eof
:after_build
+bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C _build test"
goto :eof