pastebin/.gitlab-ci.yml
2019-08-05 22:30:29 +02:00

9 lines
168 B
YAML

build:
image: rust:1.36
script:
- rustc --version && cargo --version
- cargo build --release --verbose
artifacts:
paths:
- target/release/pastebinrun