diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-05-09 08:45:29 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-09 08:45:29 -0700 |
| commit | b664d36165cc6c98d9f211539d4a83ec53611a0a (patch) | |
| tree | 3f7cfb237270e1ef77b5bf0302dc45ae57a867bc | |
| parent | The second batch (diff) | |
| parent | gitlab-ci: add smoke test for fuzzers (diff) | |
| download | git-b664d36165cc6c98d9f211539d4a83ec53611a0a.tar.gz git-b664d36165cc6c98d9f211539d4a83ec53611a0a.zip | |
Merge branch 'ps/ci-enable-minimal-fuzzers-at-gitlab' into ps/ci-fuzzers-at-gitlab-fix
* ps/ci-enable-minimal-fuzzers-at-gitlab:
gitlab-ci: add smoke test for fuzzers
| -rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba65f50aac..3836351d07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,15 @@ test:osx: - t/failed-test-artifacts when: on_failure +test:fuzz-smoke-tests: + image: ubuntu:latest + variables: + CC: clang + before_script: + - ./ci/install-docker-dependencies.sh + script: + - ./ci/run-build-and-minimal-fuzzers.sh + static-analysis: image: ubuntu:22.04 variables: |
