summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2023-02-03 11:49:13 +0100
committerAndreas Schneider <asn@cryptomilk.org>2023-02-03 11:49:13 +0100
commit4fccbc34663f354dbc2d7f345142b061b6f5011a (patch)
treef214c9fe02415a0bff50129c08b3a4f323c98129
parent776cc1f5eb874ab0aec04b6103cc1aa9246851d7 (diff)
downloadcmocka-4fccbc34663f354dbc2d7f345142b061b6f5011a.zip
cmocka-4fccbc34663f354dbc2d7f345142b061b6f5011a.tar.gz
cmocka-4fccbc34663f354dbc2d7f345142b061b6f5011a.tar.bz2
gitlab-ci: Build also the coverity model files
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 297cbc9..2d7dca6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,6 +74,7 @@ fedora/build:
stage: build
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
+ - pushd coverity && make && popd
- mkdir -p obj && cd obj && cmake
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/tmp/cmocka