summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml9
-rw-r--r--.travis.yml4
2 files changed, 9 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 36bfdac..d342215 100644
--- a/.build.yml
+++ b/.build.yml
@@ -26,7 +26,8 @@ requires:
- gcc
- git
- libgtk-3-dev
- - libindicator3-dev
+ - libayatana-ido3-dev
+ - libayatana-indicator3-dev
- libmate-panel-applet-dev
- libtool
- libx11-dev
@@ -86,7 +87,11 @@ before_scripts:
build_scripts:
- NOCONFIGURE=1 ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - scan-build $CHECKERS ./configure --with-ayatana-indicators=yes
+ - else
+ - scan-build $CHECKERS ./configure
+ - fi
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else
diff --git a/.travis.yml b/.travis.yml
index 03e5893..43d6481 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
-dist: bionic
+dist: focal
language: shell
os: linux
services:
@@ -45,4 +45,4 @@ env:
# - DISTRO="archlinux:latest"
- DISTRO="debian:testing"
- DISTRO="fedora:latest"
- - DISTRO="ubuntu:rolling"
+# - DISTRO="ubuntu:rolling"