Add .drone.yml

This commit is contained in:
fr
2023-11-21 20:28:31 +01:00
parent 6ccc141b06
commit b7e8c7cb5f
+10
View File
@@ -0,0 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: build
image: gcc
commands:
- rm config.h
- make clean