Skip to content

Commit

Permalink
Update appveyor to fix CI build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Feb 29, 2024
1 parent 64ffd1c commit 31f493d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Scripts/BuildScripts/build_ci_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd %BUILD_FOLDER%
mkdir %BUILD_FOLDER%\build
cd %BUILD_FOLDER%\build
echo --- Running CMake configure ---
%CMAKE_BIN% -D OGRE_UNITY_BUILD=1 -D OGRE_USE_BOOST=0 -D OGRE_CONFIG_THREAD_PROVIDER=0 -D OGRE_CONFIG_THREADS=0 -D OGRE_BUILD_COMPONENT_SCENE_FORMAT=1 -D OGRE_BUILD_SAMPLES2=1 -D OGRE_BUILD_TESTS=1 -D OGRE_DEPENDENCIES_DIR=%BUILD_FOLDER%\..\ogre-next-deps\build\ogre-next-deps -G %GENERATOR% -A %PLATFORM% %BUILD_FOLDER%
%CMAKE_BIN% -D OGRE_UNITY_BUILD=1 -D OGRE_USE_BOOST=0 -D OGRE_CONFIG_THREAD_PROVIDER=0 -D OGRE_CONFIG_THREADS=0 -D OGRE_BUILD_COMPONENT_SCENE_FORMAT=1 -D OGRE_BUILD_SAMPLES2=1 -D OGRE_BUILD_TESTS=1 -D OGRE_DEPENDENCIES_DIR=%BUILD_FOLDER%\..\ogre-next-deps\build\ogredeps -G %GENERATOR% -A %PLATFORM% %BUILD_FOLDER%
echo --- Building Ogre ---
%CMAKE_BIN% --build . --config %CONFIGURATION%
%CMAKE_BIN% --build . --target install --config %CONFIGURATION%
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ environment:
# BUILD_SCRIPT: build_ogre_Visual_Studio_14_2015_x64.bat
- PLATFORM: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python36-x64"
PYTHONHOME: "C:\\Python36-x64"
PYTHONPATH: "C:\\Python36-x64\\lib\\site-packages"
PATH: "C:\\Python36-x64;C:\\Python36\\Scripts;%PATH%"
PYTHON: "C:\\Python312"
PYTHONHOME: "C:\\Python312"
PYTHONPATH: "C:\\Python312\\lib\\site-packages"
PATH: "C:\\Python312;C:\\Python312\\Scripts;%PATH%"
BUILD_SCRIPT: build_ci_windows.bat

cache:
Expand Down

0 comments on commit 31f493d

Please sign in to comment.