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