chat-reseau-p8/.gitlab-ci.yml

10 lines
109 B
YAML
Raw Permalink Normal View History

2018-11-02 13:15:20 +00:00
image: rustlang/rust:nightly
stages:
- build
build:
stage: build
script:
- cargo build --release