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 0396303f62
commit 5dba19b9a4

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