forked from adobe-sign/AdobeSignCSharpSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmono_nunit_test.sh
More file actions
executable file
·22 lines (17 loc) · 865 Bytes
/
mono_nunit_test.sh
File metadata and controls
executable file
·22 lines (17 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env bash
#
# Generated by: https://github.com/swagger-api/swagger-codegen.git
#
wget -nc https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
mozroots --import --sync
echo "[INFO] remove bin/Debug/SwaggerClientTest.dll"
rm src/AdobeSign.Rest.Test/bin/Debug/AdobeSign.Rest.Test.dll 2> /dev/null
echo "[INFO] install NUnit runners via NuGet"
wget -nc https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
mozroots --import --sync
mono nuget.exe install src/AdobeSign.Rest.Test/packages.config -o packages
echo "[INFO] Install NUnit runners via NuGet"
mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory packages
echo "[INFO] Build the solution and run the unit test"
xbuild AdobeSign.Rest.sln && \
mono ./packages/NUnit.Runners.2.6.4/tools/nunit-console.exe src/AdobeSign.Rest.Test/bin/Debug/AdobeSign.Rest.Test.dll