Improve CI
All checks were successful
continuous-integration/drone/push Build is passing

Add more tests to the CI, including a docker build test, and add the
generation and publication of a new docker image on master and tags
This commit is contained in:
Melora Hugues 2023-02-02 20:20:43 +01:00
parent 2abc08d582
commit d23f79e961

View file

@ -3,12 +3,23 @@ type: docker
name: Tests name: Tests
steps: steps:
- name: test - name: Go tests
image: golang image: golang
commands: commands:
- cd tracker - make -C tracker test
- make build
- make test - name: Go build
image: golang
commands:
- make -C tracker build
- name: Docker build
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
platforms:
- linux/amd64
- linux/arm64
trigger: trigger:
event: event: