From 9207033e82aa9c8dbf82a5f27195f5b8059d8cfc Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 14 Oct 2019 00:56:10 +0200 Subject: Travis CI: don't build mate-desktop from tarball --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0848bac..42655c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,18 +148,6 @@ before_scripts: - bash ./debian.sh - fi - - cd ${START_DIR} - - '[ -f mate-desktop-1.21.2.tar.xz ] || curl -Ls -o mate-desktop-1.21.2.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-desktop-1.21.2.tar.xz' - - tar xf mate-desktop-1.21.2.tar.xz - - cd mate-desktop-1.21.2 - - 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 - after_scripts: - make distcheck -- cgit v1.2.1