File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 )
5560test : off
You can’t perform that action at this time.
0 commit comments