Skip to content

Commit

Permalink
add xrbuild.cmd to msvc building
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 26, 2018
1 parent f044863 commit 51e4b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ build_script:
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"
xrbuild.cmd
)
test: off
artifacts:
Expand Down

0 comments on commit 51e4b92

Please sign in to comment.