fif/.drone.yml

15 lines
208 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
2021-03-11 17:44:31 +00:00
- name: linux-gnu
image: rust:latest
commands:
2021-04-26 11:01:09 +00:00
- cargo test --locked -j3
#- name: linux-musl
# image: rust:alpine
# commands:
# - cargo test -j3