SIGN IN SIGN UP
Tencent / xLua UNCLAIMED

xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.

2017-07-20 11:16:28 +08:00
language: csharp
script:
2017-08-01 14:09:27 +08:00
- cd build
- chmod +x *.sh
- ./make_linux64_lua53.sh
- ./make_linux64_luajit.sh
- cd ../General
2017-07-20 13:49:40 +08:00
- xbuild /p:Configuration=Release vs2013/XLua.sln
2017-08-01 14:09:27 +08:00
- cp ../build/build_linux64/libxlua.so Bin/
- cp ../build/build_linux64/libxlua.so Tools/
2017-07-20 13:49:40 +08:00
- mono Bin/XLuaUnitTest.exe
- mono Tools/XLuaGenerate.exe Bin/XLuaTest.exe
- mv Gen Gen1
- mono Tools/XLuaGenerate.exe Bin/XLuaUnitTest.exe
- mv Gen Gen2
- xbuild /p:Configuration=Release vs2013/XLuaGenTest.sln
2017-08-01 14:09:27 +08:00
- mono Bin/XLuaUnitTestGenCode.exe
- cp ../build/build_linux64_lj/libxlua.so Bin/
- mono Bin/XLuaUnitTest.exe
- mono Bin/XLuaUnitTestGenCode.exe
2017-10-31 11:20:30 +08:00
- pdb2mdb Bin/XLuaTestGenCode.exe
- mono Tools/XLuaHotfixInject.exe Bin/XLuaTestGenCode.exe ./
- mono Bin/XLuaTestGenCode.exe