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