mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
CI/Travis: restore ASAN build to first stage #10274
* ci: Travis: move ASAN build to first stage again Ref: https://github.com/neovim/neovim/pull/10238#issuecomment-503556762 * rename stages * move gcov to second stage, restore order
This commit is contained in:
parent
954df0ea03
commit
e28a7a366d
20
.travis.yml
20
.travis.yml
@ -49,10 +49,14 @@ env:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: baseline builds
|
||||
- stage: baseline
|
||||
os: linux
|
||||
compiler: gcc
|
||||
env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||
compiler: clang-4.0
|
||||
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
||||
env: >
|
||||
CLANG_SANITIZER=ASAN_UBSAN
|
||||
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
||||
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: >
|
||||
@ -68,7 +72,7 @@ jobs:
|
||||
os: linux
|
||||
env: CI_TARGET=lint
|
||||
|
||||
- stage: Other builds
|
||||
- stage: second stage
|
||||
os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode10.1 # macOS 10.13
|
||||
@ -77,12 +81,8 @@ jobs:
|
||||
osx_image: xcode10.1 # macOS 10.13
|
||||
|
||||
- os: linux
|
||||
compiler: clang-4.0
|
||||
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
||||
env: >
|
||||
CLANG_SANITIZER=ASAN_UBSAN
|
||||
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
||||
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
||||
compiler: gcc
|
||||
env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: CLANG_SANITIZER=TSAN
|
||||
|
Loading…
Reference in New Issue
Block a user