forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (23 loc) · 718 Bytes
/
appveyor.yml
File metadata and controls
33 lines (23 loc) · 718 Bytes
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
# Windows testing using Visual Studio.
# Syntax for this file:
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- image: Visual Studio 2015
varProject: vs/simc_vs2015.vcxproj
# Disabled for now, MS Build not working properly with VS 2017
# - image: Visual Studio 2017
# varProject: vs/simc_vs2017.vcxproj
# fetch repository as zip archive
shallow_clone: true
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: x64
# build Configuration, i.e. Debug, Release, etc.
configuration: WebEngine
# Custom build Configuration, i.e. Debug, Release, etc.
build_script:
- MSBuild.exe %varProject% /maxcpucount
test_script:
## pass
after_test:
## pass