aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-18 14:44:02 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-18 14:44:02 +0200
commit9fbdd2373f71efe88c49ddf984758ed561193cfe (patch)
tree81f655decb4cbcd5e2f7b2a93708dce52bae6a3a /.build.yml
parentc86b4bd0bcb046c6853fd2961b938ff87bc28718 (diff)
downloadayatana-indicator-messages-9fbdd2373f71efe88c49ddf984758ed561193cfe.tar.gz
ayatana-indicator-messages-9fbdd2373f71efe88c49ddf984758ed561193cfe.tar.bz2
ayatana-indicator-messages-9fbdd2373f71efe88c49ddf984758ed561193cfe.zip
Revert ".build.yml: Also run unit tests during CI builds against Ubuntu."
This reverts commit 6c1a8c954e7bdf05d6369647178b9f2d2447c89a.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index dc8c0d6..203b21e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -103,7 +103,7 @@ build_scripts:
- scan-build $CHECKERS ./configure --prefix=/usr --disable-tests --enable-gtk-doc --enable-compile-warnings=maximum
- fi
- elif [ -e ./CMakeLists.txt ]; then
- - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then
+ - if [ ${DISTRO_NAME} == "debian" ];then
- scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON
- else
- scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
@@ -129,7 +129,7 @@ build_scripts:
after_scripts:
- if [ ${BUILD_TYPE} == "scripts" ];then
- XVFB_RUN="$(which xvfb-run || true)"
- - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
+ - if [ ${DISTRO_NAME} == "debian" ];then
- if [ -e ./autogen.sh ]; then
- ${XVFB_RUN} make check
- elif [ -e ./CMakeLists.txt ]; then