👷 add Drone CI

This commit is contained in:
Niels Lohmann
2021-05-08 13:33:30 +02:00
parent fc2f7116fe
commit 1d8869f8bc

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
kind: pipeline
name: test-on-arm64
platform:
arch: arm64
steps:
- name: build
image: gcc
commands:
- mkdir build
- cd build
- cmake ..
- cmake --build .