summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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