-
Notifications
You must be signed in to change notification settings - Fork 233
/
appveyor.yml
30 lines (26 loc) · 983 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 3.0.{build}
environment:
matrix:
# - PLATFORM: x86
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# BUILD_SCRIPT: build_ogre_Visual_Studio_15_2017_Win32.bat
# - PLATFORM: x86
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# BUILD_SCRIPT: build_ogre_Visual_Studio_14_2015_Win32.bat
# - PLATFORM: x64
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# BUILD_SCRIPT: build_ogre_Visual_Studio_15_2017_x64.bat
# - PLATFORM: x64
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# BUILD_SCRIPT: build_ogre_Visual_Studio_14_2015_x64.bat
- PLATFORM: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
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:
- ..\ogre-next-deps
build_script:
- cmd: Scripts\BuildScripts\%BUILD_SCRIPT%