summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 12:32:24 +0200
committerraveit65 <[email protected]>2020-04-09 19:21:14 +0200
commitaaa451f4824514739ebbc9757cc21d513494e0cb (patch)
tree544f572e59faa450f551646ce57b889c8058cdf0 /.build.yml
parentc27bea88bda7bef9cb46353ec7793e9a9140c249 (diff)
downloadmate-indicator-applet-aaa451f4824514739ebbc9757cc21d513494e0cb.tar.bz2
mate-indicator-applet-aaa451f4824514739ebbc9757cc21d513494e0cb.tar.xz
ci: build with mate-common-1.24.1 tarball
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index d587c7e..7bcd600 100644
--- a/.build.yml
+++ b/.build.yml
@@ -83,6 +83,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