set automation to compile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno Rybársky 2022-04-18 12:32:36 +02:00
parent 496acf6e0a
commit f7b2e5b273

@ -3,7 +3,11 @@ name: hello-world
type: docker
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world
- name: run make compile
description: Check if the code is compiling
image: alpine
command: ["/bin/sh", "-c", "make compile"]
artifacts:
- name: compiled
path: randMus
type: file