Skip to content

Commit

Permalink
drr00t#10 xbuild configuration=Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zamabraga authored Apr 25, 2017
1 parent 4ec801a commit 629d61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ install:
- sudo make install
- cd ../../zamabraga/tweetnacl-cs
script:
- xbuild /p:Configuration=Debug ./src/TweetNaCl.sln
- ls ./src/TweetNaCl.Tests/bin/Debug/
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- ls ./src/TweetNaCl.Tests/bin/Release/
- export LD_LIBRARY_PATH=/usr/local/lib
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Debug/TweetNaCl.Tests.dll
- monocov --export-xml=monocovCoverage monocovCoverage.cov
Expand Down

0 comments on commit 629d61b

Please sign in to comment.