From 2477ccbcc0f5eb42ac6dff426999b66e0cab6308 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 10 Jun 2019 08:48:57 +0200 Subject: [ci] Fix build in debian --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62a3895..0ceed70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - ./docker-build --name ${DISTRO} --config .travis.yml --install script: - - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools + - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build scripts env: # - DISTRO="archlinux/base" @@ -118,11 +118,16 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security" -before_scripts: +build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh + - ./autogen.sh --without-keyring + - else + - ./autogen.sh - fi after_scripts: + - if [ ${DISTRO_NAME} == "debian" ];then + - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh + - bash ./debian.sh + - fi - make distcheck -- cgit v1.2.1