From 6a31d0e5d2cc10e4349782b9402a91b0a7eb2705 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 30 Sep 2019 19:08:23 +0200 Subject: travis (ci): build mate-common from latest tarball --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5cc2de0..c859215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,6 +170,17 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi + - 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 -- cgit v1.2.1