Skip to content

Commit 235b9fb

Browse files
committed
Merge branch 'ps/ci-fuzzers-at-gitlab-fix'
CI fix. * ps/ci-fuzzers-at-gitlab-fix: gitlab-ci: fix installing dependencies for fuzz smoke tests gitlab-ci: add smoke test for fuzzers
2 parents 537f17e + 672cf2c commit 235b9fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ test:osx:
9595
- t/failed-test-artifacts
9696
when: on_failure
9797

98+
test:fuzz-smoke-tests:
99+
image: ubuntu:latest
100+
variables:
101+
CC: clang
102+
before_script:
103+
- ./ci/install-dependencies.sh
104+
script:
105+
- ./ci/run-build-and-minimal-fuzzers.sh
106+
98107
static-analysis:
99108
image: ubuntu:22.04
100109
variables:

0 commit comments

Comments
 (0)