Skip to content

Commit

Permalink
add xrbuild.cmd to msvc building. Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 26, 2018
1 parent 51e4b92 commit a2cba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build_script:
- if [%tbs_tools%]==[msvc] (
ECHO '%cd%' &&
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
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"
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" &&
xrbuild.cmd
)
test: off
Expand Down

0 comments on commit a2cba9f

Please sign in to comment.