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