From ae121af4d84a5c95c81f9e62b972043068ba0a18 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 7 Feb 2019 23:01:49 +0800 Subject: update to use archlinux/base image --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7514af..22fafcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - docker before_install: - - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build + - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build install: @@ -16,7 +16,7 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools env: - - DISTRO="base/archlinux" + - DISTRO="archlinux/base" - DISTRO="debian:sid" - DISTRO="fedora:29" - DISTRO="ubuntu:18.10" @@ -34,6 +34,8 @@ requires: - libwnck3 - make - mate-common + - which + debian: - git # Required to generate the ChangeLog file - gobject-introspection @@ -57,6 +59,7 @@ requires: - mate-common - quilt - shared-mime-info + fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/ - git # Required to generate the ChangeLog file @@ -67,6 +70,7 @@ requires: - libwnck3-devel - mate-common - mate-desktop-devel + ubuntu: - git # Required to generate the ChangeLog file - gobject-introspection @@ -90,7 +94,9 @@ requires: - mate-common - quilt - shared-mime-info + variables: - - CFLAGS="-Wall" + - CFLAGS="-Wall -Werror=format-security" + after_scripts: - make distcheck -- cgit v1.2.1