pastebin/.gitlab-ci.yml

9 lines
168 B
YAML
Raw Normal View History

2019-08-05 20:30:29 +00:00
build:
image: rust:1.36
script:
- rustc --version && cargo --version
- cargo build --release --verbose
artifacts:
paths:
- target/release/pastebinrun