Add initial Drone CI

This commit is contained in:
2023-10-27 10:38:04 +02:00
parent 0aa3349aa3
commit 9769f788b5

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gcc:13
commands:
- make