mirror of
https://github.com/bspeice/qadapt
synced 2025-04-09 15:41:30 -04:00
Fix kcov build step
This commit is contained in:
parent
c04418a625
commit
a31bacf9fd
@ -52,6 +52,7 @@ after_success: |
|
||||
cmake .. && \
|
||||
make && \
|
||||
make install DESTDIR=../../kcov-build && \
|
||||
cd ../.. && \
|
||||
rm -rf kcov-master && \
|
||||
for file in target/debug/*-*[^\.d]; do \
|
||||
mkdir -p "target/cov/$(basename $file)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user