Add CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Dominic Grimm 2023-08-05 15:53:25 +02:00
parent bb6c681780
commit c09f733d78

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cmake
image: ghcr.io/rikorose/gcc-cmake
commands:
- mkdir build && cd build
- cmake ..