diff options
author | raveit65 <[email protected]> | 2020-04-09 12:32:24 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-09 14:32:36 +0200 |
commit | 1d87ba910f1172713bc75339b2e92577d45cbe86 (patch) | |
tree | 0a735f28d00291d69a3136ddc364ed6f845c5f95 | |
parent | c77aee11aa42c45b61402170732c8792975db129 (diff) | |
download | mate-indicator-applet-1d87ba910f1172713bc75339b2e92577d45cbe86.tar.bz2 mate-indicator-applet-1d87ba910f1172713bc75339b2e92577d45cbe86.tar.xz |
ci: build with mate-common-1.24.1 tarball
-rw-r--r-- | .build.yml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -84,6 +84,19 @@ variables: -enable-checker alpha.core.FixedAddr -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 + build_scripts: - ./autogen.sh - scan-build $CHECKERS ./configure |