arm
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
Linus109
2025-11-23 14:01:14 +01:00
parent 2f357d48ac
commit 30047b383d

View File

@@ -7,8 +7,10 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: test - name: compile
image: silkeh/clang image: alpine/edge
commands: commands:
- cd /drone/src
- apk add --no-cache clang
- clang hello.c -o hello - clang hello.c -o hello
- ./hello - ./hello