Skip to content

Commit 2923a35

Browse files
committed
add xrbuild.cmd to msvc building. Part 3
1 parent 24c180d commit 2923a35

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

appveyor.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ environment:
77
matrix:
88
- tbs_arch: x86
99
tbs_tools: mingw
10-
- tbs_arch: x64
11-
tbs_tools: mingw
10+
# - tbs_arch: x64
11+
# tbs_tools: mingw
1212
- tbs_arch: x86
1313
tbs_tools: msvc
1414
tbs_config: Debug
@@ -49,7 +49,12 @@ build_script:
4949
- if [%tbs_tools%]==[msvc] (
5050
ECHO '%cd%' &&
5151
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
52-
msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
52+
msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
53+
)
54+
55+
#create artifacts
56+
after_build:
57+
- if [%tbs_tools%]==[msvc] (
5358
xrbuild.cmd
5459
)
5560
test: off

0 commit comments

Comments
 (0)