aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:58:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:58:15 +0200
commit984124393cd6c6761d07e46c196163af17379aca (patch)
treecac9db6ed2b0288f205f236afca876ac103f7aa3 /.build.yml
parenta3c1ba489253888415e16b1e0b219e17d2251842 (diff)
downloadayatana-indicator-keyboard-984124393cd6c6761d07e46c196163af17379aca.tar.gz
ayatana-indicator-keyboard-984124393cd6c6761d07e46c196163af17379aca.tar.bz2
ayatana-indicator-keyboard-984124393cd6c6761d07e46c196163af17379aca.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 e0cd954e..6c201f4a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -105,13 +105,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} make test
-# - fi
+# - XVFB_RUN="$(which xvfb-run || true)"
+# - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
+# - if [ -e ./CMakeLists.txt ]; then
+# - ${XVFB_RUN} make test
# - fi
# - fi