From c1a0c534caba5f48963a86f9b83fb30832139aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 2 Jan 2026 00:29:44 +0100 Subject: [PATCH] package/ci: a comment copypasted from magnum-plugins, what?! --- package/ci/appveyor-desktop-gles.bat | 3 +-- package/ci/appveyor-desktop.bat | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package/ci/appveyor-desktop-gles.bat b/package/ci/appveyor-desktop-gles.bat index 42e49d2..f778a62 100644 --- a/package/ci/appveyor-desktop-gles.bat +++ b/package/ci/appveyor-desktop-gles.bat @@ -94,8 +94,7 @@ cmake --build . || exit /b cmake --build . --target install || exit /b cd .. && cd .. -rem Build. BUILD_GL_TESTS is enabled just to be sure, it should not be needed -rem by any plugin. +rem Build mkdir build && cd build || exit /b cmake .. ^ -DCMAKE_BUILD_TYPE=Release ^ diff --git a/package/ci/appveyor-desktop.bat b/package/ci/appveyor-desktop.bat index 1013547..92048ca 100644 --- a/package/ci/appveyor-desktop.bat +++ b/package/ci/appveyor-desktop.bat @@ -104,8 +104,7 @@ cmake --build . || exit /b cmake --build . --target install || exit /b cd .. && cd .. -rem Build. BUILD_GL_TESTS is enabled just to be sure, it should not be needed -rem by any plugin. +rem Build mkdir build && cd build || exit /b cmake .. ^ -DCMAKE_BUILD_TYPE=Release ^