Skip to content

Commit

Permalink
Try uploading to codecov.io from inside a docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Oct 29, 2017
1 parent 6e0767f commit b143781
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,4 +10,5 @@ script: |
docker run \
--name neopg-build-env \
--rm neopg-build-env \
sh -c "git clone https://github.com/das-labor/neopg.git && cd neopg/build && git checkout $TRAVIS_COMMIT && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && make test && make coverage"
sh -c "git clone https://github.com/das-labor/neopg.git && cd neopg/build && git checkout $TRAVIS_COMMIT && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && make test && make coverage && bash <(curl -s https://codecov.io/bash)"
"

0 comments on commit b143781

Please sign in to comment.