aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 951d96b61..d287f6d50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,21 +51,6 @@ build_apparmor:
51 - DEBIAN_FRONTEND=noninteractive apt-get install -y -qq build-essential lintian libapparmor-dev pkg-config gawk 51 - DEBIAN_FRONTEND=noninteractive apt-get install -y -qq build-essential lintian libapparmor-dev pkg-config gawk
52 - ./configure --prefix=/usr && make deb-apparmor && dpkg -i firejail*.deb 52 - ./configure --prefix=/usr && make deb-apparmor && dpkg -i firejail*.deb
53 53
54gcc_analyzer:
55 image: debian:latest
56 script:
57 - apt-get update -qq
58 - apt-get install -y -qq build-essential pkg-config gawk
59 - ./configure --enable-analyzer && make
60
61cppcheck:
62 image: debian:latest
63 before_script:
64 - apt-get -qq update
65 - apt-get -qq --no-install-recommends install cppcheck
66 script:
67 - cppcheck -q --force --error-exitcode=1 --enable=warning,performance .
68
69clang: 54clang:
70 image: ubuntu:latest 55 image: ubuntu:latest
71 script: 56 script: