Remove logging and add CI

This commit is contained in:
2023-10-09 22:13:38 +02:00
parent c128927730
commit 97b53d7f7c
2 changed files with 17 additions and 18 deletions

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