Add '.drone.yml'

This commit is contained in:
2023-01-26 19:26:41 -10:00
parent fad137d9f0
commit 2b9bd9820f
+13
View File
@@ -0,0 +1,13 @@
---
kind: pipeline
name: Test C Build
platform:
arch: amd64
steps:
- name: test
image: gcc
commands:
- gcc *.c --verbose