added first pipeline
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
Linus109
2025-11-23 11:29:21 +01:00
parent 5e4a9ac647
commit 39ea0ce715

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: clang
commands:
- clang hello.c -o hello
- ./hello