aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:04:36 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:04:36 +0200
commit7bec1ae9288703d2da110a50910c5f8e6e6425fd (patch)
tree945923ca8653219f2cbae0cc8045956b48bcf0d4 /.build.yml
parent3d034271717b3a0c7f9be842a478d4d59a1eafc1 (diff)
downloadayatana-indicator-bluetooth-7bec1ae9288703d2da110a50910c5f8e6e6425fd.tar.gz
ayatana-indicator-bluetooth-7bec1ae9288703d2da110a50910c5f8e6e6425fd.tar.bz2
ayatana-indicator-bluetooth-7bec1ae9288703d2da110a50910c5f8e6e6425fd.zip
.build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.build.yml b/.build.yml
index 99536b4..f92d0d6 100644
--- a/.build.yml
+++ b/.build.yml
@@ -127,13 +127,9 @@ build_scripts:
- fi
- 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" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
-# - if [ -e ./CMakeLists.txt ]; then
-# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
-# - fi
+# - XVFB_RUN="$(which xvfb-run || true)"
+# - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
+# - if [ -e ./CMakeLists.txt ]; then
+# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
# - fi
# - fi