summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 12:32:24 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-09 14:32:36 +0200
commit1d87ba910f1172713bc75339b2e92577d45cbe86 (patch)
tree0a735f28d00291d69a3136ddc364ed6f845c5f95
parentc77aee11aa42c45b61402170732c8792975db129 (diff)
downloadmate-indicator-applet-1d87ba910f1172713bc75339b2e92577d45cbe86.tar.bz2
mate-indicator-applet-1d87ba910f1172713bc75339b2e92577d45cbe86.tar.xz
ci: build with mate-common-1.24.1 tarball
-rw-r--r--.build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index de53b34..6fa71d1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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