mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #13644 from jamessan/ci-tweaks
This commit is contained in:
commit
0efbab5f5e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
|||||||
unixish:
|
unixish:
|
||||||
name: ${{ matrix.os }} ${{ matrix.flavor }} (cc=${{ matrix.cc }})
|
name: ${{ matrix.os }} ${{ matrix.flavor }} (cc=${{ matrix.cc }})
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- flavor: asan
|
- flavor: asan
|
||||||
@ -90,6 +91,7 @@ jobs:
|
|||||||
DEPS_PREFIX: "C:/projects/nvim-deps/usr"
|
DEPS_PREFIX: "C:/projects/nvim-deps/usr"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config: [ MINGW_64-gcov, MINGW_32, MSVC_64, MSVC_32 ]
|
config: [ MINGW_64-gcov, MINGW_32, MSVC_64, MSVC_32 ]
|
||||||
name: windows (${{ matrix.config }})
|
name: windows (${{ matrix.config }})
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
[Twitter](https://twitter.com/Neovim)
|
[Twitter](https://twitter.com/Neovim)
|
||||||
|
|
||||||
[](https://github.com/neovim/neovim/actions?query=workflow%3A%22CI%22)
|
[](https://github.com/neovim/neovim/actions?query=workflow%3A%22CI%22)
|
||||||
[](https://ci.appveyor.com/project/neovim/neovim/branch/master)
|
|
||||||
[](https://codecov.io/gh/neovim/neovim)
|
[](https://codecov.io/gh/neovim/neovim)
|
||||||
[](https://scan.coverity.com/projects/2227)
|
[](https://scan.coverity.com/projects/2227)
|
||||||
[](https://neovim.io/doc/reports/clang)
|
[](https://neovim.io/doc/reports/clang)
|
||||||
|
Loading…
Reference in New Issue
Block a user