From 4f726d9ac9a766325c734858d91e9d4ecb94db26 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 10 Mar 2020 20:46:50 +0100 Subject: Travis CI: install mate-common 1.23.3 from tarball is no longer required --- .build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.build.yml b/.build.yml index 2f33e81..048b398 100644 --- a/.build.yml +++ b/.build.yml @@ -135,18 +135,6 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi - # Install mate-common from tarball - - cd ${START_DIR} - - '[ -f mate-common-1.23.3.tar.xz ] || curl -Ls -o mate-common-1.23.3.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-common-1.23.3.tar.xz' - - tar xf mate-common-1.23.3.tar.xz - - cd mate-common-1.23.3 - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - - else - - ./configure --prefix=/usr - - fi - - make - - make install build_scripts: - ./autogen.sh --enable-compile-warnings=maximum -- cgit v1.2.1