build: standalone static analysis step

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
This commit is contained in:
Lorenzo Fontana 2020-09-28 15:42:27 +02:00 committed by poiana
parent bbf044060a
commit 6bcc11aa47

View File

@ -319,8 +319,8 @@ jobs:
yum update -y
yum install epel-release -y
yum install cppcheck cppcheck-htmlreport -y
- attach_workspace:
at: /
- checkout:
path: /source/falco
- run:
name: Prepare project
command: /usr/bin/entrypoint cmake
@ -573,10 +573,7 @@ workflows:
requires:
- "publish/packages-dev"
- "tests/driver-loader/integration"
- "quality/static-analysis":
context: falco
requires:
- "build/centos7"
- "quality/static-analysis"
release:
jobs:
- "build/musl":