This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: clang
|
image: silkeh/clang:latest
|
||||||
commands:
|
commands:
|
||||||
- clang hello.c -o hello
|
- clang hello.c -o hello
|
||||||
- ./hello
|
- ./hello
|
||||||
|
|||||||
Reference in New Issue
Block a user