bob/.drone.yml
Simon Petit 2f1cee5605
Some checks failed
continuous-integration/drone/push Build is failing
"typo"
2024-12-05 13:28:34 +01:00

11 lines
146 B
YAML

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