forked from OGRECave/ogre-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
34 lines (29 loc) · 987 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
30
31
32
33
version: 2.2.{build}
branches:
only:
- master
- v2-1
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: x86
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
# BUILD_SCRIPT: build_ogre_Visual_Studio_12_2013_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 2015
BUILD_SCRIPT: build_ci_windows.bat
cache:
- ..\ogredeps
build_script:
- cmd: Scripts\BuildScripts\%BUILD_SCRIPT%