summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-22 11:51:28 +0200
committerraveit65 <[email protected]>2022-07-20 00:05:35 +0200
commit2da4143da8704f853965e80e05d505f428326984 (patch)
treec323065804aedb98b7f7b2797df6b4f9fe2432c4 /.travis.yml
parent3aa64c9521d3ee27e828491aa07aaebda2151343 (diff)
downloadcaja-2da4143da8704f853965e80e05d505f428326984.tar.bz2
caja-2da4143da8704f853965e80e05d505f428326984.tar.xz
travis: use fedora-30 and ubuntu-19.10 for building
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 53a7cc29..00366ab8 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
@@ -174,10 +174,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
- if [ $CPU_COUNT -gt 1 ]; then