You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
250 B

5 years ago
  1. ---
  2. kind: pipeline
  3. type: exec
  4. name: test elseware
  5. platform:
  6. os: linux
  7. arch: amd64
  8. steps:
  9. - name: get rust
  10. commands:
  11. - rustup default nightly
  12. - name: cargo build
  13. commands:
  14. - cargo build
  15. - name: cargo test
  16. commands:
  17. - cargo test