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.

15 lines
221 B

  1. image: jimmycuadra/rust:latest
  2. stages:
  3. - test
  4. test:
  5. stage: test
  6. script:
  7. - rustc -V
  8. - cargo -V
  9. - cargo test
  10. only:
  11. - master
  12. tags:
  13. - rust
  14. allow_failure: false