File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
solution : cli-netlite.sln
3
+ dotnet : 2.0.0
3
4
4
5
services :
5
6
- docker
6
7
7
8
install :
8
9
- nuget restore cli-netlite.sln
9
10
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
11
+ - dotnet restore
12
+
10
13
script :
11
14
# https://docs.travis-ci.com/user/docker/
12
15
- docker pull enkeys/alpine-openjdk-amq7-snapshot
13
16
- docker run --rm -v`pwd`/scripts:/mnt -p 5672:5672 -p 61616:61616 --entrypoint ash enkeys/alpine-openjdk-amq7-snapshot /mnt/entrypoint.sh amq7-server &
14
17
- sleep 10
15
18
- xbuild /p:Configuration=TravisCI cli-netlite.sln
16
- - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ClientUnitTests/bin/Debug/ClientUnitTests.dll
19
+ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ClientUnitTests/bin/Debug/ClientUnitTests.dll
20
+ - dotnet build ./ClientLibNetCore
21
+ - dotnet build ./NetCoreSender
22
+ - dotnet build ./NetCoreReceiver
23
+ - dotnet build ./NetCoreConnector
24
+ - dotnet test ./NetCoreClientUnitTest/NetCoreClientUnitTest.csproj --verbosity normal
You can’t perform that action at this time.
0 commit comments