]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure cppcheck creates a HTML report upon failure
authorMichał Kępień <michal@isc.org>
Mon, 18 May 2020 08:23:06 +0000 (10:23 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 18 May 2020 08:41:06 +0000 (10:41 +0200)
commit90a20ad8ef47a80a5dcef2c72b673d50c5083109
tree3aabc5ac56a6ee4cd49e530b0689bbca7cb1b441
parent3b52372f3cef994ca1ba40740b0ad6709263b29c
Ensure cppcheck creates a HTML report upon failure

Commit 00f12220c08a6e5fd2a4e5eef6ca0cf34b4a7b5b broke the cppcheck job
in GitLab CI: when cppcheck fails, the script is immediately
interrupted, preventing cppcheck-htmlreport from being run.  To ensure
the HTML report is generated when cppcheck fails, revert to invoking
cppcheck-htmlreport in the "after_script" part of the job.

(cherry picked from commit cb2037ee9d88351222b6f1c888aa35fe75036021)
.gitlab-ci.yml