]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: fix typo in cppcheck -I argument
authorDaiki Ueno <ueno@gnu.org>
Mon, 15 Feb 2021 13:54:14 +0000 (14:54 +0100)
committerDaiki Ueno <ueno@gnu.org>
Mon, 15 Feb 2021 13:54:14 +0000 (14:54 +0100)
Reported by Tim Rühsen in:
https://gitlab.com/gnutls/gnutls/-/issues/705

Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index 98095b9cf8ee07d5e8fe3ec4eac5e0570dc57c6e..66ecd2a58884fc787c6ea9dc691919ff083398f3 100644 (file)
@@ -435,8 +435,8 @@ fedora-static-analyzers/test:
   needs:
     - fedora-static-analyzers/build
   script:
-    - cppcheck --force -q -Ilib/include -Igl/ -Ilib/ -I. --error-exitcode=1 lib/ -i lib/unistring -i lib/minitasn1 -i lib/nettle/backport -i lib/nettle/ecc -j2 $CPPCHECK_OPTIONS
-    - cppcheck --force -q -Ilib/include -Igl/ -Ilibdane/ -I. --error-exitcode=1 libdane/ -j2 $CPPCHECK_OPTIONS
+    - cppcheck --force -q -Ilib/includes -Igl/ -Ilib/ -I. --error-exitcode=1 lib/ -i lib/unistring -i lib/minitasn1 -i lib/nettle/backport -i lib/nettle/ecc -j2 $CPPCHECK_OPTIONS
+    - cppcheck --force -q -Ilib/includes -Igl/ -Ilibdane/ -I. --error-exitcode=1 libdane/ -j2 $CPPCHECK_OPTIONS
 
 # TODO this does not work, so we keep using old job doc-dist.Fedora
 # Keeping it here until I figure it out.