ci: add daily amd64 clang fuzz ci check to .drone.yml
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-08-12 16:04:29 +03:30
parent 70cec6a82b
commit be35960f91
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

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 kind: pipeline
type: exec type: exec