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:
22
22
tbs_tools : msvc
23
23
tbs_config : Release
24
24
install :
25
- - SET LUAENV=lua51
26
- - cmd : .appveyor\install-lua.cmd
25
+ # - SET LUAENV=lua51
26
+ # - cmd: .appveyor\install-lua.cmd
27
27
28
28
build_script :
29
29
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make --version
30
30
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
31
- # - ECHO %PATH%
32
31
- git submodule update --init --recursive
33
32
34
33
# Remove sh.exe from the path otherwise CMake will complain:
@@ -47,7 +46,7 @@ build_script:
47
46
cmake .. -G "MinGW Makefiles" &&
48
47
mingw32-make
49
48
)
50
- - if [%tbs_tools%]==[msvcDISABLE ] (
49
+ - if [%tbs_tools%]==[msvc ] (
51
50
ECHO '%cd%' &&
52
51
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
53
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"
You can’t perform that action at this time.
0 commit comments