From c09f733d7860cbfb16d6b054fefc9968fc4f2f86 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 5 Aug 2023 15:53:25 +0200 Subject: [PATCH] Add CI --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..45683cd --- /dev/null +++ b/.drone.yml @@ -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 ..