Skip to content

Commit

Permalink
add xrbuild.cmd to msvc building. Part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 26, 2018
1 parent 24c180d commit 2923a35
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
matrix:
- tbs_arch: x86
tbs_tools: mingw
- tbs_arch: x64
tbs_tools: mingw
# - tbs_arch: x64
# tbs_tools: mingw
- tbs_arch: x86
tbs_tools: msvc
tbs_config: Debug
Expand Down Expand Up @@ -49,7 +49,12 @@ 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"
)

#create artifacts
after_build:
- if [%tbs_tools%]==[msvc] (
xrbuild.cmd
)
test: off
Expand Down

0 comments on commit 2923a35

Please sign in to comment.