.drone.yml 188 B

1234567891011
  1. kind: pipeline
  2. type: kubernetes
  3. name: receqif
  4. steps:
  5. - name: test
  6. image: rust:1.66
  7. commands:
  8. - rustup default nightly
  9. - cargo build --verbose --all
  10. - cargo test --verbose --all