Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
re-expose WORKER_LIBRARY_FILE env var for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Mar 27, 2020
1 parent 4265b1f commit 7c2339a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin --force
script:
- gcc -c -Wall -Werror -fpic worker.cpp && gcc -shared -o libworker.so worker.o
- ls
- cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
env: COVERAGE_CHECK=TRUE
env:
- COVERAGE_CHECK=TRUE
- WORKER_LIBRARY_FILE=$TRAVIS_BUILD_DIR/libworker.so

script:
- gcc -c -Wall -Werror -fpic worker.cpp && gcc -shared -o libworker.so worker.o
Expand Down

0 comments on commit 7c2339a

Please sign in to comment.