Files
birdbot/.drone.yml
Layla 3b89f4e4be
All checks were successful
continuous-integration/drone Build is passing
Drone work
2023-04-12 20:18:44 -04:00

14 lines
188 B
YAML

kind: pipeline
type: docker
name: Validate
steps:
- name: Test
image: golang:1.20
commands:
- make test
- name: Build
image: golang:1.20
commands:
- make build VERSION="test"