Skip to content

Commit

Permalink
add xrbuild.cmd to msvc building. Part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 26, 2018
1 parent e8d57f7 commit 34b44e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ build_script:
mingw32-make
)
- if [%tbs_tools%]==[msvc] (
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
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"
)

#create artifacts
#after_build:
#- if [%tbs_tools%]==[msvc] xrbuild.cmd
after_build:
- xrbuild.cmd

test: off
artifacts:
Expand Down

0 comments on commit 34b44e3

Please sign in to comment.