This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user