chore: Looks like lcov is already installed
This commit is contained in:
parent
9c9c601cf3
commit
064e92c887
|
|
@ -23,14 +23,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install coverage tools
|
# - name: Install coverage tools
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p "$LCOV_ROOT"
|
# mkdir -p "$LCOV_ROOT"
|
||||||
wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
|
# wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
|
||||||
tar xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT"
|
# tar xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT"
|
||||||
echo "$LCOV_ROOT/bin" >> $GITHUB_PATH
|
# echo "$LCOV_ROOT/bin" >> $GITHUB_PATH
|
||||||
which lcov
|
# which lcov
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
- name: Info
|
||||||
|
run: which lcov && lcov --version
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue