Skip to content

Commit 1cd255f

Browse files
committed
appveyor: disable installation lua51, enable msvc build
1 parent b879c43 commit 1cd255f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ environment:
2222
tbs_tools: msvc
2323
tbs_config: Release
2424
install:
25-
- SET LUAENV=lua51
26-
- cmd: .appveyor\install-lua.cmd
25+
#- SET LUAENV=lua51
26+
#- cmd: .appveyor\install-lua.cmd
2727

2828
build_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"

0 commit comments

Comments
 (0)