Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
d53e8731
Commit
d53e8731
authored
Sep 03, 2013
by
Vinicius Jarina
Browse files
Split NET35/NET40/NET45 builds
parent
65ff3a80
Changes
25
Hide whitespace changes
Inline
Side-by-side
run_all.osx.kopilua.sh
View file @
d53e8731
#!/bin/sh
xbuild NLua.sln /p:Configuration
=
ReleaseKopiLua
xbuild NLua.
Net40.
sln /p:Configuration
=
ReleaseKopiLua
cd
tests/
export
MONO_PATH
=
"/Library/Frameworks/Mono.framework/Libraries/mono/4.0/"
nunit-console NLuaTest.dll
-xml
=
$1
run_all.osx.sh
View file @
d53e8731
#!/bin/sh
cd
Core/KeraLua
make
-f
Makefile.OSX
xbuild KeraLua.sln /p:Configuration
=
Release
xbuild KeraLua.
Net40.
sln /p:Configuration
=
Release
cd
../../
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/
export
MONO_PATH
=
"/Library/Frameworks/Mono.framework/Libraries/mono/4.0/"
nunit-console NLuaTest.dll
-xml
=
$1
run_all.win.kopilua.bat
View file @
d53e8731
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
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
\ No newline at end of file
run_all.win32.bat
View file @
d53e8731
erase
tests
\
*
.dll
cd
Core
\KeraLua
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
..\..
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
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
...
...
run_all.win64.bat
View file @
d53e8731
erase
tests
\
*
.dll
cd
Core
\KeraLua
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
..\..
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
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment