Browse Source

No need for the build stage

develop
Drew Short 9 years ago
parent
commit
4f8fc594b8
  1. 11
      .gitlab-ci.yml

11
.gitlab-ci.yml

@ -1,18 +1,7 @@
image: jimmycuadra/rust:latest image: jimmycuadra/rust:latest
stages: stages:
- build
- test - test
build:
stage: build
script:
- cargo build --release
only:
- master
tags:
- rust
allow_failure: false
test: test:
stage: test stage: test
script: script:

Loading…
Cancel
Save