1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00
article_scraper/.gitlab-ci.yml
Jan Lukas Gernert 4b2e6a24eb initial commit
2018-07-31 16:10:09 +02:00

11 lines
170 B
YAML

image: rust:latest
stages:
- build
run-build:
stage: build
image: rust:latest
script:
- rustc --version && cargo --version
- cargo build --release --jobs 1