This commit is contained in:
@@ -8,6 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine
|
image: clang
|
||||||
commands:
|
commands:
|
||||||
- echo "Hello World"
|
- clang hello.c -o hello
|
||||||
|
- ./hello
|
||||||
|
|||||||
Reference in New Issue
Block a user