Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Streamlined Travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Apr 10, 2018
1 parent d38ea6b commit 1ad10ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ script:

after_success:
- eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data temp -import Flow -cleanBuild "Flow/Debug"
- cd Flow/
- ./Debug/Flow
- coveralls -b Debug/ -e include/CppUTest -e include/CppUTestExt/
- cd Flow/Debug/
- ./Flow
- gcov-5 `find . -name *.o`
- cd ../
- coveralls -n -b Debug/ -e include/CppUTest -e include/CppUTestExt/

0 comments on commit 1ad10ce

Please sign in to comment.