From 47d36b9deab2fa6ac352e8c68b62c9800357652d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 13 Feb 2022 18:34:10 +0100 Subject: ci: build mate-panel from debian testing repo --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.build.yml b/.build.yml index 43a6b4a7..a5a32219 100644 --- a/.build.yml +++ b/.build.yml @@ -141,17 +141,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - cd ${START_DIR} - - '[ -f mate-panel-1.25.2.tar.xz ] || curl -Ls -o mate-panel-1.25.2.tar.xz https://github.com/mate-desktop/mate-panel/releases/download/v1.25.2/mate-panel-1.25.2.tar.xz' - - tar xf mate-panel-1.25.2.tar.xz - - cd mate-panel-1.25.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 build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then -- cgit v1.2.1