~singpolyma/biboumi

52f0aca24671c3f3b1e037f988e61e0851088c97 — louiz’ 8 years ago aa42552
Coverity upload is allowed to fail and is manual. Also name the artifacts
1 files changed, 4 insertions(+), 0 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +4 -0
@@ 76,6 76,7 @@ build:rpm:
      - build/rpmbuild/RPMS
      - build/rpmbuild/SRPMS
    when: always
    name: $CI_PROJECT_NAME-rpm-$CI_BUILD_ID


.template:basic_test: &basic_test


@@ 92,6 93,7 @@ build:rpm:
      - build/coverage_e2e/
      - build/tests_outputs/
    when: always
    name: $CI_PROJECT_NAME-rpm-$CI_BUILD_ID

test:debian:
  stage: test


@@ 115,6 117,8 @@ test:openbsd:
test:coverity:
  stage: test
  image: biboumi-test-fedora:latest
  allow_failure: true
  when: manual
  script:
    - export PATH=$PATH:~/coverity/bin
    - cmake .. -DWITHOUT_SYSTEMD=1