bob/.drone.yml
Simon Petit 6bfb812989
Some checks failed
continuous-integration/drone/push Build is failing
running apt update
2024-12-05 13:29:38 +01:00

12 lines
167 B
YAML

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