Skip to content

Commit b664d36

Browse files
committed
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
2 parents 0f3415f + c7b228e commit b664d36

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-docker-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)