File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ elif [ "$OS" == "Linux" ]; then
7
7
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8
8
echo " deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
9
9
sudo apt-get update -qq
10
- sudo apt-get install -y --force-yes mono-devel
10
+ sudo apt-get install -y --force-yes mono-mcs libmono-system-runtime4.0-cil
11
11
fi
Original file line number Diff line number Diff line change 1
- wget https://nuget.org/nuget.exe
1
+ wget https://github.com/nunit/nunit-console/releases/download/v3.9/NUnit.Console-3.9.0.zip
2
2
BUILD_DIR=$( dirname -- $0 )
3
- mono nuget.exe install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory $BUILD_DIR /../deps
3
+ unzip NUnit.Console-3.9.0.zip -d $BUILD_DIR /../deps/NUnit.Console-3.9.0
Original file line number Diff line number Diff line change 2
2
BUILD_DIR=$( dirname -- $0 )
3
3
MONO_PATH=$BUILD_DIR /../deps/NUnit.ConsoleRunner.3.6.1/tools \
4
4
cp $BUILD_DIR /../deps/NUnit/nunit.framework.* $BUILD_DIR /gmake/lib/Release_* /
5
- mono $BUILD_DIR /../deps/NUnit.ConsoleRunner.3.6.1/tools /nunit3-console.exe -noresult $BUILD_DIR /gmake/lib/Release_* /* Tests* .dll
5
+ mono $BUILD_DIR /../deps/NUnit.Console-3.9.0 /nunit3-console.exe -noresult $BUILD_DIR /gmake/lib/Release_* /* Tests* .dll
You can’t perform that action at this time.
0 commit comments