forked from cinder/Cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
28 lines (21 loc) · 701 Bytes
/
Copy path.appveyor.yml
File metadata and controls
28 lines (21 loc) · 701 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
#version: 1.0.{build}
build:
parallel: true
project: proj/vc2019/cinder.sln
platform:
- x64
configuration:
- Debug
- Release
# - Debug_ANGLE
# - Release_ANGLE
image:
- Visual Studio 2019
clone_depth: 10
before_test:
- msbuild test\unit\vc2019\unit.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# in the future we'll need to figure out how to tell what version (v140, v150) we are targeting from within AppVeyor
test_script:
- set ARCH_FOLDER=%platform%
- echo Binary resolving to test\unit\vc2019\build\v142\%configuration%\%ARCH_FOLDER%\CinderUnitTests.exe
- test\unit\vc2019\build\v142\%configuration%\%ARCH_FOLDER%\CinderUnitTests.exe