Mesa (master): ci: Remove .gitlab-ci/meson-build.bat

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 14 08:39:55 UTC 2021


Module: Mesa
Branch: master
Commit: 5eb9c6203c2b25c21c0acda04b302c46de2bf928
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5eb9c6203c2b25c21c0acda04b302c46de2bf928

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Jan 12 18:27:31 2021 +0100

ci: Remove .gitlab-ci/meson-build.bat

Unused since 07885cbcdb0b "CI: Add native Windows VS2019 build"

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8451>

---

 .gitlab-ci/meson-build.bat | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.gitlab-ci/meson-build.bat b/.gitlab-ci/meson-build.bat
deleted file mode 100644
index 5982a4059df..00000000000
--- a/.gitlab-ci/meson-build.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-call "C:\Program Files (x86)\Microsoft Visual Studio\%VERSION%\Common7\Tools\VsDevCmd.bat" -arch=%ARCH%
-
-del /Q /S _build
-meson _build ^
-        -Dbuild-tests=true ^
-        -Db_vscrt=mtd ^
-        -Dbuildtype=release ^
-        -Dllvm=false ^
-        -Dgallium-drivers=swrast ^
-        -Dosmesa=gallium
-meson configure _build
-ninja -C _build
-ninja -C _build test



More information about the mesa-commit mailing list