This commit is contained in:
parent
a53a430c23
commit
023399bb14
@ -10,13 +10,15 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: rust:1.43.0
|
image: rust:1.43.0
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config
|
- apt update && apt install -y libkeyutils-dev libclang-dev clang pkg-config
|
||||||
|
- echo 'deb http://http.us.debian.org/debian unstable main non-free contrib' >> /etc/apt/sources.list.d/unstable.list && apt update && apt install -y libcryptsetup-dev
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:1.43.0
|
image: rust:1.43.0
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config
|
- apt update && apt install -y libkeyutils-dev libclang-dev clang pkg-config
|
||||||
|
- echo 'deb http://http.us.debian.org/debian unstable main non-free contrib' >> /etc/apt/sources.list.d/unstable.list && apt update && apt install -y libcryptsetup-dev
|
||||||
- cargo install -f --path . --root .
|
- cargo install -f --path . --root .
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user