Files
testing/.drone.yml
Linus109 3b2dea762c
Some checks failed
continuous-integration/drone Build was killed
pipeline fix
2025-11-23 11:39:24 +01:00

11 lines
157 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: silkeh/clang:latest
commands:
- clang hello.c -o hello
- ./hello