Skip to content

Commit

Permalink
As per GlPortal#175 only cmake has
Browse files Browse the repository at this point in the history
to be run twice, ctest and make do not.
  • Loading branch information
chrisosaurus committed Jul 8, 2018
1 parent 58139c6 commit e9559b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ matrix:
- docker pull glportal/whale-gcc:coverall
- pip install --user cpp-coveralls
script:
- docker run -it --rm -w /data -v $(pwd):/data glportal/whale-gcc:coverall bash -c "cmake -DCOVERAGE:BOOL=ON ./ && make && make tests && ctest && cmake -DCOVERAGE:BOOL=ON ./ && make tests && ctest;"
# cmake currently has to be run twice, please see https://github.com/GlPortal/RadixEngine/issues/175
- docker run -it --rm -w /data -v $(pwd):/data glportal/whale-gcc:coverall bash -c "cmake -DCOVERAGE:BOOL=ON ./ && cmake -DCOVERAGE:BOOL=ON ./ && make tests && ctest;"
- coveralls -i include -i source -e tests --gcov-options \'-lp\' > /dev/null
- os: osx
osx_image: xcode8.3
Expand Down

0 comments on commit e9559b3

Please sign in to comment.