Skip to content

Commit

Permalink
drr00t#10 add support to code cover
Browse files Browse the repository at this point in the history
  • Loading branch information
zamabraga committed Apr 12, 2017
1 parent 879b1f9 commit 0071a6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mono:
install:
- nuget restore src/TweetNaCl.sln
- nuget install NUnit.Runners -Version 3.0.1 -OutputDirectory src/packages
- nuget install coveralls.net -Version 0.7.0 -OutputDirectory src/packages
- nuget install coveralls.net -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
Expand All @@ -36,9 +36,7 @@ install:
- cp /tmp/cecil/Mono.Cecil.dll .
- ./configure
- make
- sudo make install
- pwd
- cd /home/travis/build/zamabraga/tweetnacl-cs
- sudo make install
script:
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- export LD_LIBRARY_PATH=/usr/local/lib
Expand Down

0 comments on commit 0071a6d

Please sign in to comment.