From e53de57e8d4d81442e3818dc1454fa3f532ac590 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 24 Jun 2021 22:16:05 +0200 Subject: .build.yml: Build libayatana-common from Git. --- .build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 9bbc9d1..a75f419 100644 --- a/.build.yml +++ b/.build.yml @@ -114,6 +114,16 @@ variables: -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' +before_scripts: + - cd ${START_DIR} + - if [ ! -d libayatana-common-build ]; then + - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build + - fi + - cd libayatana-common-build + - cmake . -DCMAKE_INSTALL_PREFIX=/usr + - make + - make install + build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - export CFLAGS+=" -Wsign-compare -Wunused-parameter" -- cgit v1.2.3