Commit 7b83898f authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixex (travis is using Linux x64 now).

parent eaa7d8ea
...@@ -11,6 +11,6 @@ make -f Makefile.Linux ...@@ -11,6 +11,6 @@ make -f Makefile.Linux
xbuild KeraLua.sln /p:Configuration=Release xbuild KeraLua.sln /p:Configuration=Release
cd ../../ cd ../../
xbuild LuaInterface.sln /p:Configuration=Release xbuild LuaInterface.sln /p:Configuration=Release
export LD_LIBRARY_PATH=$PWD/Core/KeraLua/external/lua/linux/lib export LD_LIBRARY_PATH=$PWD/Core/KeraLua/external/lua/linux/lib64
cd tests/ cd tests/
nunit-console LuaInterfaceTest.dll nunit-console LuaInterfaceTest.dll
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