aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-08-30 02:38:51 +0200
committerRobert Tari <robert@tari.in>2021-08-30 02:40:00 +0200
commit0e8d75b5ba5eac277e3fbf964effd6c118a9da6b (patch)
tree0738d4519fb21633af326bfe7e452c3fcaa1f56a /.build.yml
parent22e66866c7b17fc655479ca911269b86cb80a744 (diff)
parent2d853c12ad91cb0ac066a60397cabc61631be5c1 (diff)
downloadayatana-indicator-datetime-0e8d75b5ba5eac277e3fbf964effd6c118a9da6b.tar.gz
ayatana-indicator-datetime-0e8d75b5ba5eac277e3fbf964effd6c118a9da6b.tar.bz2
ayatana-indicator-datetime-0e8d75b5ba5eac277e3fbf964effd6c118a9da6b.zip
Merge branch 'tari01-pr/fix-failing-tests'
Attributes GH PR #47: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/47
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.build.yml b/.build.yml
index a348dcc..d190818 100644
--- a/.build.yml
+++ b/.build.yml
@@ -196,14 +196,14 @@ build_scripts:
- scan-build $CHECKERS --keep-cc -o html-report make
- fi
-#after_scripts:
-# - if [ ${BUILD_TYPE} == "scripts" ];then
-# - XVFB_RUN="$(which xvfb-run || true)"
-# - if [ ${DISTRO_NAME} == "debian" ];then
-# - if [ -e ./autogen.sh ]; then
-# - ${XVFB_RUN} make check
-# - elif [ -e ./CMakeLists.txt ]; then
-# - ${XVFB_RUN} make test
-# - fi
-# - fi
-# - fi
+after_scripts:
+ - if [ ${BUILD_TYPE} == "scripts" ];then
+ - XVFB_RUN="$(which xvfb-run || true)"
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - if [ -e ./autogen.sh ]; then
+ - ${XVFB_RUN} make check
+ - elif [ -e ./CMakeLists.txt ]; then
+ - ${XVFB_RUN} make test
+ - fi
+ - fi
+ - fi