mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
travis: temporarily remove clang builds
The LLVM APT repo has been temporarily switched off, so remove clang builds until it is back on
This commit is contained in:
parent
a80a87eb09
commit
50527f6088
@ -15,7 +15,7 @@ addons:
|
|||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- george-edison55-precise-backports
|
- george-edison55-precise-backports
|
||||||
- llvm-toolchain-precise-3.7
|
# - llvm-toolchain-precise-3.7
|
||||||
packages:
|
packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- gawk
|
- gawk
|
||||||
@ -29,8 +29,8 @@ addons:
|
|||||||
- g++-4.9
|
- g++-4.9
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
- clang-3.7
|
# - clang-3.7
|
||||||
- llvm-3.7
|
# - llvm-3.7
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
ccache: true
|
ccache: true
|
||||||
@ -58,7 +58,7 @@ notifications:
|
|||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
# - clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
Loading…
Reference in New Issue
Block a user