feat(CI): Windows MSVC and GCC build (#6015)

This commit is contained in:
Liam
2024-04-18 09:12:50 -04:00
committed by GitHub
parent d0436fbb59
commit e72f52d0bd
20 changed files with 269 additions and 92 deletions
+4
View File
@@ -0,0 +1,4 @@
vcpkg install vcpkg-tool-ninja libpng freetype
if %errorlevel% neq 0 exit /b %errorlevel%
pip install pypng lz4
if %errorlevel% neq 0 exit /b %errorlevel%