Added make to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2020-12-19 18:52:21 +01:00
parent 880bdc174a
commit 28519977cf

View file

@ -8,7 +8,7 @@ steps:
image: ubuntu:20.04
commands:
- apt update
- DEBIAN_FRONTEND=noninteractive apt install -y gcc
- DEBIAN_FRONTEND=noninteractive apt install -y gcc make
- make clean
- make
...