This commit is contained in:
parent
f7b2e5b273
commit
59ad1e47b3
@ -6,7 +6,10 @@ steps:
|
|||||||
- name: run make compile
|
- name: run make compile
|
||||||
description: Check if the code is compiling
|
description: Check if the code is compiling
|
||||||
image: alpine
|
image: alpine
|
||||||
command: ["/bin/sh", "-c", "make compile"]
|
#install make and gcc
|
||||||
|
commands:
|
||||||
|
- apk add make build-base
|
||||||
|
- make compile
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: compiled
|
- name: compiled
|
||||||
path: randMus
|
path: randMus
|
||||||
|
Loading…
Reference in New Issue
Block a user