This commit is contained in:
@@ -7,8 +7,10 @@ platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: silkeh/clang
|
||||
- name: compile
|
||||
image: alpine/edge
|
||||
commands:
|
||||
- cd /drone/src
|
||||
- apk add --no-cache clang
|
||||
- clang hello.c -o hello
|
||||
- ./hello
|
||||
|
||||
Reference in New Issue
Block a user