ci: add amd64-clang-fuzz daily ci check #33

Open
light7734 wants to merge 2 commits from ci/amd64-clang-fuzz into main
Showing only changes of commit 5dba19b9a4 - Show all commits

View file

@ -1,3 +1,18 @@
---
kind: pipeline
type: docker
name: daily — amd64 — clang
trigger:
branch:
- main
steps:
- name: fuzz
image: amd64_clang_fuzz:latest
pull: if-not-exists
commands:
- ./tools/ci/amd64/clang/fuzz.sh
---
kind: pipeline
type: exec