summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 18:34:10 +0100
committerraveit65 <[email protected]>2022-02-13 18:34:10 +0100
commit47d36b9deab2fa6ac352e8c68b62c9800357652d (patch)
tree6cbec42a1c6de73cf6b6be768d1c861dafcda84d
parentc0d0f06e1021fd16b6f8a3e8315968cca1a76d28 (diff)
downloadmate-applets-47d36b9deab2fa6ac352e8c68b62c9800357652d.tar.bz2
mate-applets-47d36b9deab2fa6ac352e8c68b62c9800357652d.tar.xz
ci: build mate-panel from debian testing repo
-rw-r--r--.build.yml11
1 files changed, 0 insertions, 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