mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: Travis: move gcov job to baseline (no allowed failures) (#10238)
* ci: Travis: move gcov job to baseline (no allowed failures) * ci: Travis: use two stages only Moves CLANG_SANITIZER=ASAN_UBSAN to second stage.
This commit is contained in:
parent
59b2b1c955
commit
352d5a9713
22
.travis.yml
22
.travis.yml
@ -51,12 +51,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: baseline builds
|
- stage: baseline builds
|
||||||
os: linux
|
os: linux
|
||||||
compiler: clang-4.0
|
compiler: gcc
|
||||||
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||||
env: >
|
|
||||||
CLANG_SANITIZER=ASAN_UBSAN
|
|
||||||
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
|
||||||
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: >
|
env: >
|
||||||
@ -72,7 +68,7 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
env: CI_TARGET=lint
|
env: CI_TARGET=lint
|
||||||
|
|
||||||
- stage: OSX builds
|
- stage: Other builds
|
||||||
os: osx
|
os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
osx_image: xcode10.1 # macOS 10.13
|
osx_image: xcode10.1 # macOS 10.13
|
||||||
@ -80,15 +76,17 @@ jobs:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
osx_image: xcode10.1 # macOS 10.13
|
osx_image: xcode10.1 # macOS 10.13
|
||||||
|
|
||||||
- stage: Flaky builds
|
- os: linux
|
||||||
os: linux
|
compiler: clang-4.0
|
||||||
compiler: gcc
|
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
||||||
env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
env: >
|
||||||
|
CLANG_SANITIZER=ASAN_UBSAN
|
||||||
|
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
||||||
|
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: CLANG_SANITIZER=TSAN
|
env: CLANG_SANITIZER=TSAN
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
|
||||||
- env: CLANG_SANITIZER=TSAN
|
- env: CLANG_SANITIZER=TSAN
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user