mirror of https://github.com/mono/CppSharp.git
6 changed files with 14122 additions and 6280 deletions
@ -1,5 +1,5 @@ |
|||||||
wget https://nuget.org/nuget.exe |
wget https://nuget.org/nuget.exe |
||||||
BUILD_DIR=$(dirname -- $0) |
BUILD_DIR=$(dirname -- $0) |
||||||
mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory $BUILD_DIR/../deps |
mono nuget.exe install NUnit -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps |
||||||
mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory $BUILD_DIR/../deps |
mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps |
||||||
cp $BUILD_DIR/../deps/NUnit.2.6.4/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit |
cp $BUILD_DIR/../deps/NUnit.3.6.0/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit |
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue