testobuild/.drone.yml
TinyAtoms e1979c3da9 done
2020-04-17 13:17:19 -03:00

22 lines
256 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- mkdir build
- cd build
- cmake ..
- make
steps:
- name: test
image: alpine
commands:
- mkdir build
- cd build
- cmake ..
- make
- ./testbin