diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:04:36 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:04:36 +0200 |
commit | 7bec1ae9288703d2da110a50910c5f8e6e6425fd (patch) | |
tree | 945923ca8653219f2cbae0cc8045956b48bcf0d4 | |
parent | 3d034271717b3a0c7f9be842a478d4d59a1eafc1 (diff) | |
download | ayatana-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.
-rw-r--r-- | .build.yml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |