flair/.drone.yml
justine c969dd5b9c
All checks were successful
continuous-integration/drone Build is passing
Update '.drone.yml'
2023-01-11 18:23:35 +01:00

18 lines
291 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Compile
image: rust:1.66.0-alpine3.17
commands:
- apk add build-base make
- cargo build --verbose
- name: Tests
image: rust:1.66.0-alpine3.17
commands:
- apk add build-base make bash
- cargo test -- --nocapture