Skip to content

Commit

Permalink
VS13 test build
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 24, 2023
1 parent b00cecb commit 0704ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
13 changes: 2 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
CS_APIKEY:
secure: XiSyqXBlbnIqawfinZqXimatuEdpYsI38+HK2TgvuUGHQEoeFHA62700/EhFJ4M1
image:
- Visual Studio 2019
- Visual Studio 2013
install:
- cmd: SET PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
- cmd: pip install swig==4.1.1
Expand All @@ -28,13 +28,4 @@ branches:
only:
- master
- stable
- /v\d+\.\d+\.\d+/
after_build:
- IF NOT "%APPVEYOR_REPO_TAG%" == "true" set APPVEYOR_REPO_TAG_NAME=master
- 7z a ogre-sdk-%APPVEYOR_REPO_TAG_NAME%-msvc142-x64.zip ./build/sdk/*
- SET PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
- pip install --upgrade cloudsmith-cli
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" cloudsmith push raw ogrecave/ogre ogre-sdk-%APPVEYOR_REPO_TAG_NAME%-msvc142-x64.zip --republish --version %APPVEYOR_REPO_TAG_NAME% -k %CS_APIKEY%
artifacts:
- path: ogre-sdk-master-msvc142-x64.zip
name: ogre-sdk-master-msvc142-x64
- /v\d+\.\d+\.\d+/
3 changes: 1 addition & 2 deletions ci-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ if(DEFINED ENV{APPVEYOR})
set(OTHER
"-DCMAKE_CXX_FLAGS=-WX -EHsc"
-DCMAKE_GENERATOR_PLATFORM=x64
-DCMAKE_GENERATOR_TOOLSET=v142
-DOGRE_BUILD_DEPENDENCIES=TRUE
"-DPYTHON_EXECUTABLE=C:\\Python310-x64\\python.exe"
"-DPYTHON_LIBRARY=C:\\Python310-x64\\libs\\python310.lib"
-DOGRE_DEPENDENCIES_DIR=${CMAKE_CURRENT_SOURCE_DIR}/ogredeps)

set(GENERATOR -G "Visual Studio 16 2019")
set(GENERATOR -G "Visual Studio 12 2013")
set(OTHER ${OTHER}
-DCMAKE_PREFIX_PATH="C:\\Qt\\6.2\\msvc2019_64"
-DQt6_DIR="C:\\Qt\\6.2\\msvc2019_64\\lib\\cmake\\Qt6")
Expand Down

0 comments on commit 0704ff5

Please sign in to comment.