Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Filip Rojek 2023-11-21 20:13:23 +01:00
parent 4f4f1dad3a
commit bc610eadd8

View File

@ -3,6 +3,7 @@ kind: pipeline
name: default name: default
steps: steps:
- name: build - name: build
image: gcc image: gcc
command: ["make clean"] commands:
- make clean