mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: Travis: gcc-9: use gcov-9 (#10609)
This commit is contained in:
parent
709e87792f
commit
0b4123668a
@ -136,7 +136,7 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
compiler: gcc-9
|
compiler: gcc-9
|
||||||
env:
|
env:
|
||||||
- GCOV=gcov
|
- GCOV=gcov-9
|
||||||
- CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
- CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||||
- GCOV_ERROR_FILE="/tmp/libgcov-errors.log"
|
- GCOV_ERROR_FILE="/tmp/libgcov-errors.log"
|
||||||
- *common-job-env
|
- *common-job-env
|
||||||
|
Loading…
Reference in New Issue
Block a user