From aa9b06334aff37ae9c2ab63733ce972d916dff14 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 31 Oct 2019 19:38:43 +0100 Subject: [PATCH] Update CI configuration Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebb8923..c9679d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,9 @@ Lint: before_script: - pacman -Syu --noconfirm namcap grep script: - - namcap -i tale-git/PKGBUILD \ No newline at end of file + - namcap -i pegasus-frontend-git/PKGBUILD + - namcap -i rom-manager-git/PKGBUILD + - namcap -i tale-git/PKGBUILD + - namcap -i talk-cli-git/PKGBUILD + - namcap -i tsk-git/PKGBUILD + - namcap -i vita3k-git/PKGBUILD \ No newline at end of file