From 2a313fd8b9c2bc35cd2649f3dbd21c82248b57b7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Apr 2021 15:56:44 +0200 Subject: .build.yml: Don't confuse docker-build with unneeded colons (confuses YAML parser). --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- cgit v1.2.3