mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
CI: allow GCOV build to fail
This commit is contained in:
parent
fa42495d87
commit
10d7a45e00
@ -78,6 +78,8 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc-4.9
|
compiler: gcc-4.9
|
||||||
osx_image: xcode7.3 # macOS 10.11
|
osx_image: xcode7.3 # macOS 10.11
|
||||||
|
allow_failures:
|
||||||
|
- env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install: .ci/before_install.sh
|
before_install: .ci/before_install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user