From dbcd931fced4b67aff58e3205ce0bba86a1b7133 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 28 Sep 2019 10:21:53 +0200 Subject: travis (ci): build mate-common from tarball --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index d7317db9..ebbdd05e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -213,6 +213,17 @@ build_scripts: - fi before_scripts: + - 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 - cd ${START_DIR} - if [ ! -d mate-menus-build ]; then - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build -- cgit v1.2.1