Files
testing/.drone.yml
Linus109 62ef49319a
Some checks failed
continuous-integration/drone Build encountered an error
clang again
2025-11-23 13:44:25 +01:00

15 lines
176 B
YAML

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