aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-20 15:56:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-20 20:49:46 +0200
commit2a313fd8b9c2bc35cd2649f3dbd21c82248b57b7 (patch)
treea2bd8058841a422dfdcafb1311cc390c9900af93
parent6973640c13ea5adbb3b5994b5c2052007e551edc (diff)
downloadayatana-ido-2a313fd8b9c2bc35cd2649f3dbd21c82248b57b7.tar.gz
ayatana-ido-2a313fd8b9c2bc35cd2649f3dbd21c82248b57b7.tar.bz2
ayatana-ido-2a313fd8b9c2bc35cd2649f3dbd21c82248b57b7.zip
.build.yml: Don't confuse docker-build with unneeded colons (confuses YAML parser).
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 6fca80b..4749fe3 100644
--- a/.build.yml
+++ b/.build.yml
@@ -92,7 +92,7 @@ build_scripts:
- elif [ -e ./CMakeLists.txt ]; then
- scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
- else
- - echo "ERROR: Build system not supported (supported are: autogen.sh, CMake)"
+ - echo "Build system not supported (we currently support autogen.sh, CMake)."
- exit 1
- fi
-