From f3d405f6429da5d258d56668aac4d88ec7e46424 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 8 Apr 2020 16:43:43 +0200 Subject: ci: build with mate-common-1.24.1 tarball --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.build.yml b/.build.yml index 171daf82..0b0a9784 100644 --- a/.build.yml +++ b/.build.yml @@ -157,6 +157,18 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: + - cd ${START_DIR} + - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' + - tar xf mate-common-1.24.1.tar.xz + - cd mate-common-1.24.1 + - 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 [ ! -f mate-desktop-1.23.2.tar.xz ];then - curl -Ls -o mate-desktop-1.23.2.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.23.2/mate-desktop-1.23.2.tar.xz -- cgit v1.2.1