Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
 drr00t#10 add support to code cover
  • Loading branch information
zamabraga committed Apr 12, 2017
1 parent 3bdfc7f commit 088f215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install:
- nuget install NUnit.Runners -Version 3.0.1 -OutputDirectory src/packages
- nuget install coveralls.net -Version 0.7.0 -OutputDirectory src/packages
- sudo apt-get install gtk-sharp2
- curl -sS https://api.nuget.org/packages/mono.cecil.0.9.5.4.nupkg > /tmp/mono.cecil.0.9.5.4.nupkg.zip
- unzip /tmp/mono.cecil.0.9.5.4.nupkg.zip -d /tmp/cecil
- curl -sS https://api.nuget.org/packages/mono.cecil.0.9.6.4.nupkg > /tmp/mono.cecil.0.9.6.4.nupkg.zip
- unzip /tmp/mono.cecil.0.9.6.4.nupkg.zip -d /tmp/cecil
- cp /tmp/cecil/lib/net40/Mono.Cecil.dll .
- cp /tmp/cecil/lib/net40/Mono.Cecil.dll /tmp/cecil/
- git clone --depth=50 git://github.com/csMACnz/monocov.git ../../csMACnz/monocov
Expand All @@ -40,7 +40,7 @@ install:
- cd ../../zamabraga/tweetnacl-cs
script:
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- ls
- ls ./src/TweetNaCl.Tests/bin/Release/
- export LD_LIBRARY_PATH=/usr/local/lib
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl],+[TweetNaCl.Tests] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll
- cat monocovCoverage.cov
Expand Down

0 comments on commit 088f215

Please sign in to comment.