You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
788 B
23 lines
788 B
language: csharp
|
|
script:
|
|
- cd build
|
|
- chmod +x *.sh
|
|
- ./make_linux64_lua53.sh
|
|
- ./make_linux64_luajit.sh
|
|
- cd ../General
|
|
- xbuild /p:Configuration=Release vs2013/XLua.sln
|
|
- cp ../build/build_linux64/libxlua.so Bin/
|
|
- cp ../build/build_linux64/libxlua.so Tools/
|
|
- 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
|
|
- mono Bin/XLuaUnitTestGenCode.exe
|
|
- cp ../build/build_linux64_lj/libxlua.so Bin/
|
|
- mono Bin/XLuaUnitTest.exe
|
|
- mono Bin/XLuaUnitTestGenCode.exe
|
|
# - pdb2mdb Bin/XLuaTestGenCode.exe
|
|
# - mono Tools/XLuaHotfixInject.exe Bin/XLuaTestGenCode.exe ./
|
|
# - mono Bin/XLuaTestGenCode.exe
|
|
|