Skip to content

Commit e8d57f7

Browse files
committed
add xrbuild.cmd to msvc building. Part 5
1 parent 32b8128 commit e8d57f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ build_script:
4747
mingw32-make
4848
)
4949
- if [%tbs_tools%]==[msvc] (
50-
ECHO '%cd%' &&
51-
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"
50+
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" &&
51+
xrbuild.cmd
5352
)
5453

5554
#create artifacts
56-
after_build:
57-
- cmd: if [%tbs_tools%]==[msvc] xrbuild.cmd
55+
#after_build:
56+
#- if [%tbs_tools%]==[msvc] xrbuild.cmd
5857

5958
test: off
6059
artifacts:

0 commit comments

Comments
 (0)