File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ environment:
2222 tbs_tools : msvc
2323 tbs_config : Release
2424install :
25- - SET LUAENV=lua51
26- - cmd : .appveyor\install-lua.cmd
25+ # - SET LUAENV=lua51
26+ # - cmd: .appveyor\install-lua.cmd
2727
2828build_script :
2929- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make --version
3030- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
31- # - ECHO %PATH%
3231- git submodule update --init --recursive
3332
3433# Remove sh.exe from the path otherwise CMake will complain:
@@ -47,7 +46,7 @@ build_script:
4746 cmake .. -G "MinGW Makefiles" &&
4847 mingw32-make
4948 )
50- - if [%tbs_tools%]==[msvcDISABLE ] (
49+ - if [%tbs_tools%]==[msvc ] (
5150 ECHO '%cd%' &&
5251 ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
5352 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"
You can’t perform that action at this time.
0 commit comments