1
0
mirror of https://github.com/nlohmann/json synced 2024-11-25 21:30:06 +00:00
nlohmannjson/.drone.yml
Niels Lohmann 1d8869f8bc
👷 add Drone CI
2021-05-08 13:33:30 +02:00

15 lines
169 B
YAML

kind: pipeline
name: test-on-arm64
platform:
arch: arm64
steps:
- name: build
image: gcc
commands:
- mkdir build
- cd build
- cmake ..
- cmake --build .