Skip to content

Commit 4a4e452

Browse files
committed
fix coverage profiling in CI
1 parent be242a9 commit 4a4e452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ steps:
665665
- name: coverage
666666
image: baiduxlab/useful-docker:ubuntu.1604.nightly
667667
commands:
668-
- apt-get update && apt-get install -qq libclang-common-3.9-dev llvm-3.9-dev git llvm curl
668+
- apt-get update && apt-get install -qq libclang-common-3.9-dev llvm-3.9-dev git llvm curl libperlio-gzip-perl libjson-perl
669669
- . /root/.profile
670670
- ./ci/build-lcov
671671
- ./ci/run-cov

0 commit comments

Comments
 (0)