[ci] remove travis's clang bot
we are testing it on other bots, let's remove it from travis
This commit is contained in:
parent
34a4ce98f4
commit
4b298cc6c4
24
.travis.yml
24
.travis.yml
|
@ -3,12 +3,6 @@ dist: trusty
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- CPPFLAGS=""
|
|
||||||
- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2"
|
|
||||||
- NOCONFIGURE=1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -19,28 +13,14 @@ matrix:
|
||||||
- export LD_LIBRARY_PATH="$HOME/.local/lib"
|
- export LD_LIBRARY_PATH="$HOME/.local/lib"
|
||||||
- bash .ci/build-freetype.sh
|
- bash .ci/build-freetype.sh
|
||||||
|
|
||||||
- ./autogen.sh
|
- ./autogen.sh NOCONFIGURE=1
|
||||||
- ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
|
- ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
|
||||||
- make
|
- make
|
||||||
- make check || .ci/fail.sh
|
- make check || .ci/fail.sh
|
||||||
- rm -rf freetype-2.9
|
- rm -rf freetype-2.9
|
||||||
after_success:
|
after_success:
|
||||||
- bash .ci/run-coveralls.sh # coveralls.io code coverage
|
- bash .ci/run-coveralls.sh # coveralls.io code coverage
|
||||||
- bash .ci/deploy-docs.sh
|
- bash .ci/deploy-docs.sh
|
||||||
- bash .ci/trigger-coverity.sh
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
script:
|
|
||||||
# Remove the following three lines when Travis updates its distro
|
|
||||||
- export PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig"
|
|
||||||
- export LD_LIBRARY_PATH="$HOME/.local/lib"
|
|
||||||
- bash .ci/build-freetype.sh
|
|
||||||
|
|
||||||
- ./autogen.sh
|
|
||||||
- ./configure $CONFIGURE_OPTS
|
|
||||||
- make
|
|
||||||
- make check || .ci/fail.sh
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#harfbuzz"
|
irc: "irc.freenode.org#harfbuzz"
|
||||||
|
|
Loading…
Reference in New Issue