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

This commit is contained in:
2022-04-18 12:32:36 +02:00
parent 496acf6e0a
commit f7b2e5b273
+8 -4
View File
@@ -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