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