Commit d53e8731 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Split NET35/NET40/NET45 builds

parent 65ff3a80
#!/bin/sh #!/bin/sh
xbuild NLua.sln /p:Configuration=ReleaseKopiLua xbuild NLua.Net40.sln /p:Configuration=ReleaseKopiLua
cd tests/ cd tests/
export MONO_PATH="/Library/Frameworks/Mono.framework/Libraries/mono/4.0/"
nunit-console NLuaTest.dll -xml=$1 nunit-console NLuaTest.dll -xml=$1
#!/bin/sh #!/bin/sh
cd Core/KeraLua cd Core/KeraLua
make -f Makefile.OSX make -f Makefile.OSX
xbuild KeraLua.sln /p:Configuration=Release xbuild KeraLua.Net40.sln /p:Configuration=Release
cd ../../ cd ../../
cp Core/KeraLua/external/lua/osx/lib/liblua52.dylib tests/liblua52.dylib cp Core/KeraLua/external/lua/osx/lib/liblua52.dylib tests/liblua52.dylib
xbuild NLua.sln /p:Configuration=Release xbuild NLua.Net40.sln /p:Configuration=Release
cd tests/ cd tests/
export MONO_PATH="/Library/Frameworks/Mono.framework/Libraries/mono/4.0/"
nunit-console NLuaTest.dll -xml=$1 nunit-console NLuaTest.dll -xml=$1
erase tests\*.dll erase tests\*.dll
msbuild NLua.sln /p:Configuration=ReleaseKopiLua /p:Platform="Any CPU" msbuild NLua.Net40.sln /p:Configuration=ReleaseKopiLua /p:Platform="Any CPU"
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
\ No newline at end of file
erase tests\*.dll erase tests\*.dll
cd Core\KeraLua cd Core\KeraLua
call Makefile.Win32.bat call Makefile.Win32.bat
msbuild KeraLua.sln /p:Configuration=Release /p:Platform="Any CPU" msbuild KeraLua.Net40.sln /p:Configuration=Release /p:Platform="Any CPU"
cd ..\.. cd ..\..
xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release /p:Platform="Any CPU" msbuild NLua.Net40.sln /p:Configuration=Release /p:Platform="Any CPU"
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
......
erase tests\*.dll erase tests\*.dll
cd Core\KeraLua cd Core\KeraLua
call Makefile.Win64.bat call Makefile.Win64.bat
msbuild KeraLua.sln /p:Configuration=Release /p:Platform="Any CPU" msbuild KeraLua.Net40.sln /p:Configuration=Release /p:Platform="Any CPU"
cd ..\.. cd ..\..
xcopy Core\KeraLua\external\lua\win64\bin64\*.dll tests\*.dll xcopy Core\KeraLua\external\lua\win64\bin64\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release /p:Platform="Any CPU" msbuild NLua.Net40.sln /p:Configuration=Release /p:Platform="Any CPU"
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment