bob/.drone.yml
Simon Petit e7c2bddb8f
Some checks failed
continuous-integration/drone/push Build is failing
switching to alpine
2024-12-05 12:21:17 +01:00

11 lines
151 B
YAML

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