summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-10 08:48:57 +0200
committerZenWalker <[email protected]>2019-06-17 21:50:55 +0200
commit064981f871ca8abaf837bc7235f7f18c81bb13eb (patch)
tree9e7d8561a47d4f9555154c99d7143e2a7fdc5c7a
parent8a106d67151147cdb1d9c7676dcf00a812c4e8a1 (diff)
downloadmate-power-manager-064981f871ca8abaf837bc7235f7f18c81bb13eb.tar.bz2
mate-power-manager-064981f871ca8abaf837bc7235f7f18c81bb13eb.tar.xz
[ci] Fix build in debian
-rw-r--r--.travis.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 8677a05..d510267 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
deploy:
- provider: script
@@ -126,13 +126,18 @@ 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
releases: