lychee-client/.gitlab-ci.yml

11 lines
100 B
YAML
Raw Normal View History

image: rust:latest
stages:
- build
build:
stage: build
script:
- cargo build --release