diff options
author | raveit65 <[email protected]> | 2019-05-27 20:50:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-27 21:32:17 +0200 |
commit | 60a73ad4eab195309da11da5fa920b8d05eec3f3 (patch) | |
tree | 808e403b72b8f01b3fb3bcc6c40800933c561e26 /.travis.yml | |
parent | 26196cbce6c9cd8d28033235f3f20734244d6a53 (diff) | |
download | mate-desktop-60a73ad4eab195309da11da5fa920b8d05eec3f3.tar.bz2 mate-desktop-60a73ad4eab195309da11da5fa920b8d05eec3f3.tar.xz |
travis: use fedora-30 and ubuntu-19.10 for building
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d93e945..727084c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" - - DISTRO="ubuntu:18.10" + - DISTRO="fedora:30" + - DISTRO="ubuntu:19.10" ########################################################## # THE FOLLOWING LINES IS USED BY docker-build @@ -125,6 +125,7 @@ requires: - startup-notification-devel ubuntu: + - autopoint - clang - clang-tools - git @@ -165,10 +166,11 @@ variables: -enable-checker security.insecureAPI.strcpy"' build_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh - - bash ./fedora.sh - - fi +# build failed with f30 und using clang patch, fixed in f30? +# - if [ ${DISTRO_NAME} == "fedora" ];then +# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh +# - bash ./fedora.sh +# - fi - ./autogen.sh - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc - if [ $CPU_COUNT -gt 1 ]; then |