From 59ad1e47b385eef9ed00a74157ea524dd5767d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Mon, 18 Apr 2022 12:35:05 +0200 Subject: [PATCH] fix1 --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 25a0d97..91addf5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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