Skip to content

Commit ef8e20a

Browse files
authored
Update .travis.yml
1 parent 2e08d94 commit ef8e20a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ install:
55
- nuget install xunit.runner.console -Version 2.1.0 -OutputDirectory testrunner
66
#- nuget install coveralls.io -Version 1.3.4 -OutputDirectory coveralls
77

8+
- $CURRENT_WORKING_DIR=$(pwd)
9+
810
- sudo apt-get install gtk-sharp2
911
- curl -sS https://api.nuget.org/packages/mono.cecil.0.9.5.4.nupkg > /tmp/mono.cecil.0.9.5.4.nupkg.zip
1012
- unzip /tmp/mono.cecil.0.9.5.4.nupkg.zip -d /tmp/cecil
@@ -16,13 +18,14 @@ install:
1618
- ./configure
1719
- make
1820
- sudo make install
21+
- cd $CURRENT_WORKING_DIR
1922

2023
script:
2124
- xbuild /p:Configuration=Release F23.StringSimilarity.sln
2225
- mono ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
2326

2427
- export LD_LIBRARY_PATH=/usr/local/lib
25-
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[GameOfLife],+[GameOfLife.xUnit.Tests] ./src/packages/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./src/GameOfLife.xUnit.Tests/bin/Release/GameOfLife.xUnit.Tests.dll /noshadow
28+
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[F23.StringSimilarity],+[F23.StringSimilarity.Tests] ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll /noshadow
2629
- monocov --export-xml=monocovCoverage monocovCoverage.cov
2730
- REPO_COMMIT_AUTHOR=$(git show -s --pretty=format:"%cn")
2831
- REPO_COMMIT_AUTHOR_EMAIL=$(git show -s --pretty=format:"%ce")

0 commit comments

Comments
 (0)