aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index abc7800..70ac8ee 100644
--- a/.build.yml
+++ b/.build.yml
@@ -31,6 +31,7 @@ requires:
- mate-common
- dbus
- intltool
+# - libayatana-common-dev
- libglib2.0-dev
- libgudev-1.0-dev
- libproperties-cpp-dev
@@ -55,6 +56,7 @@ requires:
- mate-common
- dbus
- intltool
+# - libayatana-common-dev
- libglib2.0-dev
- libgudev-1.0-dev
- libproperties-cpp-dev
@@ -87,6 +89,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"