diff options
-rw-r--r-- | .build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -92,7 +92,6 @@ 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 "Build system not supported (we currently support autogen.sh, CMake)." - exit 1 - fi - |