bob/.drone.yml
Simon Petit 64fb076518
Some checks failed
continuous-integration/drone/push Build is failing
installinkg make
2024-12-05 13:27:48 +01:00

11 lines
135 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Test
image: debian
commands:
- apt-get install make
- make test