mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Fix lcov install on travis.
This commit is contained in:
parent
f4902fafb9
commit
32ad3989f2
@ -1,10 +1,7 @@
|
||||
language: c
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- lcov
|
||||
sudo: true
|
||||
install:
|
||||
- sudo apt-get install -y lcov
|
||||
- pip install --user cpp-coveralls
|
||||
script:
|
||||
- cmake -DCMAKE_BUILD_TYPE=Profile -DTESTING=ON -DFORMAT=ON .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user