fix1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno Rybársky 2022-04-18 12:35:05 +02:00
parent f7b2e5b273
commit 59ad1e47b3

@ -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