ssw/.drone.yml
Justine a4560dfbd5
Some checks reported errors
continuous-integration/drone Build was killed
Update CI
2023-01-10 20:54:40 +01:00

11 lines
129 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:alpine
commands:
- cargo build --verbose --all