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.

.gitlab-ci.yml 117B

12345678
  1. image: rust:latest
  2. build:
  3. script:
  4. - cargo build --release
  5. artifacts:
  6. paths:
  7. - target/release/oslo