RandMus/.drone.yml
Bruno Rybársky f7b2e5b273
Some checks failed
continuous-integration/drone/push Build is failing
set automation to compile
2022-04-18 12:32:36 +02:00

13 lines
273 B
YAML

kind: pipeline
name: hello-world
type: docker
steps:
- 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