From: Karel Zak Date: Wed, 1 Jul 2020 07:33:27 +0000 (+0200) Subject: docs: remove drone.io, add lgtm.com X-Git-Tag: v2.36-rc2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=077650ff0d036f5b08323c9f24fbd4787c83e1e8;p=thirdparty%2Futil-linux.git docs: remove drone.io, add lgtm.com Signed-off-by: Karel Zak --- diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index b8a6200732..e14bffa61d 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -125,22 +125,6 @@ Travis CI - automatically executed for all github commits. We require "sudo" to install additional stuff and to run the tests with UID=0, it means that tests are executed on travis "legacy infrastructure". +lgtm CI - automatically executed security code analysis -Drone.io - automatically executed for all github commits. - - URL: https://drone.io/github.com/karelzak/util-linux - - The drone.io does not use any in-tree config file (like travis-ci), the - currently used configuration (maintained by Drone.io web UI): - - MAKE_CHECK="root" - MAKE_CHECK_OPTS="--skip-loopdevs --exclude=mount/move" - source ./.travis-functions.sh - travis_install_script || exit - travis_before_script || exit - ret=0 - travis_script || ret=$? - travis_after_script - exit $ret - - yes, it shares the setup functions with travis-ci. + URL: https://lgtm.com/projects/g/karelzak/util-linux/