Files
testing/.drone.yml
Linus109 2f357d48ac
Some checks failed
continuous-integration/drone Build is failing
oops
2025-11-23 13:47:03 +01:00

15 lines
183 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: silkeh/clang
commands:
- clang hello.c -o hello
- ./hello