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