diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:58:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:58:15 +0200 |
commit | 984124393cd6c6761d07e46c196163af17379aca (patch) | |
tree | cac9db6ed2b0288f205f236afca876ac103f7aa3 /.build.yml | |
parent | a3c1ba489253888415e16b1e0b219e17d2251842 (diff) | |
download | ayatana-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.yml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |