mirror of https://github.com/mono/CppSharp.git
2 changed files with 4 additions and 6 deletions
@ -1,6 +1,3 @@
@@ -1,6 +1,3 @@
|
||||
wget https://nuget.org/nuget.exe |
||||
BUILD_DIR=$(dirname -- $0) |
||||
mono nuget.exe install NUnit -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps |
||||
mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps |
||||
ls -d $BUILD_DIR/../deps/*/ |
||||
cp $BUILD_DIR/../deps/NUnit/lib/net45/nunit.framework.* $BUILD_DIR/../deps/NUnit |
||||
mono nuget.exe install NUnit.ConsoleRunner -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps |
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
set -e |
||||
BUILD_DIR=$(dirname -- $0) |
||||
MONO_PATH=$BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools \ |
||||
mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests*.dll |
||||
MONO_PATH=$BUILD_DIR/../deps/NUnit.ConsoleRunner.3.6.0/tools \ |
||||
cp $BUILD_DIR/../deps/NUnit/nunit.framework.* $BUILD_DIR/gmake/lib/Release_*/ |
||||
mono $BUILD_DIR/../deps/NUnit.ConsoleRunner.3.6.0/tools/nunit3-console.exe -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests*.dll |
||||
|
Loading…
Reference in new issue