mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-17 23:39:18 +02:00
Python 3.14 build and CI updates
Squashes the last five commits: migrate to Python 3.14 (CMake, AppVeyor, Azure, README), vcpkg/setup-ci fixes, CMake adjustments, remove bundled ref/python 2.7, and related scripting/static file updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
14
setup-ci.bat
Normal file
14
setup-ci.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
rem CI / AppVeyor: vcpkg only (Python z obrazu lub -DPython3_ROOT_DIR)
|
||||
setlocal
|
||||
cd /d "%~dp0"
|
||||
|
||||
echo Preparing vcpkg packages
|
||||
pushd ref\vcpkg
|
||||
call bootstrap-vcpkg.bat
|
||||
if errorlevel 1 popd & exit /b 1
|
||||
vcpkg install directx-dxc:x64-windows
|
||||
if errorlevel 1 popd & exit /b 1
|
||||
popd
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user