Files
testing/.drone.yml
Linus109 39ea0ce715
Some checks failed
continuous-integration/drone Build was killed
added first pipeline
2025-11-23 11:29:21 +01:00

10 lines
126 B
YAML

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