Add .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Filip Rojek 2023-11-21 20:09:23 +01:00
parent 07e5a6dcc3
commit 844da04cc3

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
---
kind: pipeline
name: default
steps:
- name: build
image: gcc
command: ["rm config.h; make clean"]