File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ environment:
7
7
matrix :
8
8
- tbs_arch : x86
9
9
tbs_tools : mingw
10
- - tbs_arch : x64
11
- tbs_tools : mingw
10
+ # - tbs_arch: x64
11
+ # tbs_tools: mingw
12
12
- tbs_arch : x86
13
13
tbs_tools : msvc
14
14
tbs_config : Debug
@@ -49,7 +49,12 @@ build_script:
49
49
- if [%tbs_tools%]==[msvc] (
50
50
ECHO '%cd%' &&
51
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" &&
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"
53
+ )
54
+
55
+ # create artifacts
56
+ after_build :
57
+ - if [%tbs_tools%]==[msvc] (
53
58
xrbuild.cmd
54
59
)
55
60
test : off
You can’t perform that action at this time.
0 commit comments