json/.drone.yml

15 lines
169 B
YAML
Raw Normal View History

2021-05-08 13:33:30 +02:00
kind: pipeline
name: test-on-arm64
platform:
arch: arm64
steps:
- name: build
image: gcc
commands:
- mkdir build
- cd build
- cmake ..
- cmake --build .