Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
6b94fa83
Commit
6b94fa83
authored
May 16, 2017
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
May 16, 2017
Browse files
.gitlab-ci.yml: added static analyzers run
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@redhat.com
>
parent
cfeb2bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b94fa83
image
:
centos:7
variables
:
BUILD_IMAGES_PROJECT
:
gnutls/build-images
FEDORA_BUILD
:
buildenv-f25
before_script
:
-
yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind libasan-static libgcc.i686 glibc-devel.i686
...
...
@@ -55,3 +59,20 @@ Build and Check with asan:
-
shared
except
:
-
tags
Build with static-analyzers
:
image
:
fedora:25
script
:
-
yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer
-
./.bootstrap
-
scan-build ./configure --disable-documentation
-
scan-build --status-bugs -o scan-build-lib make -j$(nproc)
tags
:
-
shared
except
:
-
tags
artifacts
:
expire_in
:
1 week
when
:
on_failure
paths
:
-
scan-build-lib/*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment