bob/.drone.yml
Simon Petit adefd035a3
Some checks failed
continuous-integration/drone/push Build is failing
adding bash
2024-12-05 12:23:34 +01:00

11 lines
156 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Test
image: alpine
commands:
- apk add --no-cache make gcc libc-dev bash
- make test