x-tools/scripts/ci-build-windows-mingw.bat
2025-05-03 14:47:40 +08:00

7 lines
242 B
Batchfile

where.exe cmake.exe
where.exe gcc.exe
dir
echo %PATH%
cmake -DCMAKE_PREFIX_PATH:PATH=C:/Qt/6.8.3/mingw_64 -DCMAKE_BUILD_TYPE:STRING=Release -G "MinGW Makefiles"
cmake --build . --parallel 4 --target xTools
cmake --build . --target xTools_zip