Add .drone.yml

This commit is contained in:
Filip Rojek 2023-11-21 20:28:31 +01:00
parent 6ccc141b06
commit b7e8c7cb5f

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: build
image: gcc
commands:
- rm config.h
- make clean