mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00
Problem: coveralls uses wrong path on Trusty
Solution: pass built-root when calling coveralls, to help it find the right path to the source code.
This commit is contained in:
parent
0eca822b8f
commit
dc27ad41d2
@ -26,4 +26,4 @@ fi
|
|||||||
pip install --user cpp-coveralls
|
pip install --user cpp-coveralls
|
||||||
|
|
||||||
# Build, check, and install from local source
|
# Build, check, and install from local source
|
||||||
( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make -j5 && make check && coveralls --exclude tests --gcov-options '\-lp') || exit 1
|
( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make -j5 && make check && coveralls --exclude tests --build-root . --gcov-options '\-lp') || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user