ci: add daily amd64 clang fuzz ci check to .drone.yml
Some checks reported errors
continuous-integration/drone/pr Build was killed
Some checks reported errors
continuous-integration/drone/pr Build was killed
This commit is contained in:
parent
0396303f62
commit
5dba19b9a4
1 changed files with 15 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue