mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
travis: remove LLVM apt PPA; fallback to clang 3.4
LLVM has shut down their apt PPA until further notice.
This commit is contained in:
parent
ecbc9dbdfe
commit
b121d85376
15
.travis.yml
15
.travis.yml
@ -11,7 +11,7 @@ env:
|
|||||||
# Update PATH for pip and MinGW.
|
# Update PATH for pip and MinGW.
|
||||||
- PATH="$(python2.7 -c 'import site; print(site.getuserbase())')/bin:$HOME/.local/mingw32/bin:$PATH"
|
- PATH="$(python2.7 -c 'import site; print(site.getuserbase())')/bin:$HOME/.local/mingw32/bin:$PATH"
|
||||||
# LLVM symbolizer path.
|
# LLVM symbolizer path.
|
||||||
- LLVM_SYMBOLIZER="$(which llvm-symbolizer-3.6)"
|
- LLVM_SYMBOLIZER="$(which llvm-symbolizer-3.4)"
|
||||||
# Build directory for Neovim.
|
# Build directory for Neovim.
|
||||||
- BUILD_DIR="$TRAVIS_BUILD_DIR/build"
|
- BUILD_DIR="$TRAVIS_BUILD_DIR/build"
|
||||||
# Build directory for third-party dependencies.
|
# Build directory for third-party dependencies.
|
||||||
@ -72,13 +72,13 @@ matrix:
|
|||||||
compiler: gcc-5 -m32
|
compiler: gcc-5 -m32
|
||||||
env: BUILD_32BIT=ON
|
env: BUILD_32BIT=ON
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang
|
||||||
env: GCOV=llvm-cov-3.6 CLANG_SANITIZER=ASAN_UBSAN CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
env: GCOV=llvm-cov CLANG_SANITIZER=ASAN_UBSAN CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang
|
||||||
env: CLANG_SANITIZER=MSAN
|
env: CLANG_SANITIZER=MSAN
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang
|
||||||
env: CLANG_SANITIZER=TSAN
|
env: CLANG_SANITIZER=TSAN
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
@ -103,13 +103,12 @@ addons:
|
|||||||
sources:
|
sources:
|
||||||
# TODO: Remove PPA when Travis gets Python >=3.3.
|
# TODO: Remove PPA when Travis gets Python >=3.3.
|
||||||
- deadsnakes
|
- deadsnakes
|
||||||
- llvm-toolchain-precise-3.6
|
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- autoconf
|
- autoconf
|
||||||
- automake
|
- automake
|
||||||
- build-essential
|
- build-essential
|
||||||
- clang-3.6
|
- clang-3.4
|
||||||
- cmake
|
- cmake
|
||||||
- g++-5-multilib
|
- g++-5-multilib
|
||||||
- g++-multilib
|
- g++-multilib
|
||||||
@ -118,7 +117,7 @@ addons:
|
|||||||
- gdb
|
- gdb
|
||||||
- libc6-dev-i386
|
- libc6-dev-i386
|
||||||
- libtool
|
- libtool
|
||||||
- llvm-3.6-dev
|
- llvm-3.4-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
- python3.3-dev
|
- python3.3-dev
|
||||||
- unzip
|
- unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user