👷 add Drone CI

This commit is contained in:
Niels Lohmann 2021-05-08 13:33:30 +02:00
parent fc2f7116fe
commit 1d8869f8bc
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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 .