ci: add amd64-clang-fuzz daily ci check #33
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