1
0
mirror of https://github.com/shimunn/aria2xspf.git synced 2023-11-17 09:27:54 +01:00

update image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Shimun 2019-06-08 20:07:31 +02:00
parent f2972cc688
commit 5ef68507b8
Signed by: shimun
GPG Key ID: 87999521848D6CA7

View File

@ -3,15 +3,27 @@ name: default
steps:
- name: test
image: rust:1.34.0
image: rust:1.35.0
environment:
CARGO_HOME: /drone/.cargo
commands:
- cargo test
- name: fmt
image: rust:1.35.0
environment:
CARGO_HOME: /drone/.cargo
commands:
- rustup component add rustfmt
- cargo fmt -- --check
- name: clippy
image: rust:1.35.0
environment:
CARGO_HOME: /drone/.cargo
commands:
- rustup component add clippy
- cargo clippy
- name: build_relase
image: rust:1.34.0
image: rust:1.35.0
environment:
CARGO_HOME: /drone/.cargo
commands: