mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
.gitlab-ci-main.yml: build coverity using --with-cluster-support
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
c378d4dde0
commit
23a54f4731
@ -430,7 +430,7 @@ coverity:
|
|||||||
script:
|
script:
|
||||||
- wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz
|
- wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz
|
||||||
- tar xf /tmp/coverity_tool.tgz
|
- tar xf /tmp/coverity_tool.tgz
|
||||||
- ./configure.developer --with-system-mitkrb5 --with-experimental-mit-ad-dc
|
- ./configure.developer --with-cluster-support --with-system-mitkrb5 --with-experimental-mit-ad-dc
|
||||||
- cov-analysis-linux64-*/bin/cov-build --dir cov-int make -j$(nproc)
|
- cov-analysis-linux64-*/bin/cov-build --dir cov-int make -j$(nproc)
|
||||||
- tar czf cov-int.tar.gz cov-int
|
- tar czf cov-int.tar.gz cov-int
|
||||||
- curl
|
- curl
|
||||||
|
Loading…
Reference in New Issue
Block a user