light/.drone.yml

14 lines
255 B
YAML
Raw Normal View History

2024-10-14 12:30:52 +03:30
kind: pipeline
type: docker
name: linux_amd64
platform:
os: linux
arch: amd64
steps:
2025-05-26 12:04:31 +03:30
- name: clang format
image: alpine_amd64__clang_format
2024-10-14 13:47:25 +03:30
pull: if-not-exists
2025-05-26 12:04:31 +03:30
commands: $(git rev-parse --show-toplevel)/tools/ci/alpine_amd64/script.sh