| ... | @@ -54,6 +54,7 @@ bookworm: |
... | @@ -54,6 +54,7 @@ bookworm: |
|
|
needs:
|
|
needs:
|
|
|
- codespell
|
|
- codespell
|
|
|
script:
|
|
script:
|
|
|
|
- apt update && apt install -y libbotan-2-dev
|
|
|
- cargo test
|
|
- cargo test
|
|
|
variables:
|
|
variables:
|
|
|
CARGO_TARGET_DIR: /target
|
|
CARGO_TARGET_DIR: /target
|
| ... | @@ -68,6 +69,7 @@ makefile: |
... | @@ -68,6 +69,7 @@ makefile: |
|
|
needs:
|
|
needs:
|
|
|
- codespell
|
|
- codespell
|
|
|
script:
|
|
script:
|
|
|
|
- apt update && apt install -y libbotan-2-dev
|
|
|
- make build
|
|
- make build
|
|
|
- make test
|
|
- make test
|
|
|
- make clean
|
|
- make clean
|
| ... | @@ -84,6 +86,7 @@ all_commits: |
... | @@ -84,6 +86,7 @@ all_commits: |
|
|
image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
|
|
image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
|
|
|
needs: ["rust-stable"]
|
|
needs: ["rust-stable"]
|
|
|
script:
|
|
script:
|
|
|
|
- apt update && apt install -y libbotan-2-dev
|
|
|
- .ci/all_commits.sh
|
|
- .ci/all_commits.sh
|
|
|
variables:
|
|
variables:
|
|
|
CARGO_TARGET_DIR: /target
|
|
CARGO_TARGET_DIR: /target
|
| ... | @@ -114,6 +117,7 @@ rust-stable: |
... | @@ -114,6 +117,7 @@ rust-stable: |
|
|
- rustup override set stable
|
|
- rustup override set stable
|
|
|
- *before_script_end
|
|
- *before_script_end
|
|
|
script:
|
|
script:
|
|
|
|
- apt update && apt install -y libbotan-2-dev
|
|
|
- cargo test
|
|
- cargo test
|
|
|
variables:
|
|
variables:
|
|
|
CARGO_TARGET_DIR: /target
|
|
CARGO_TARGET_DIR: /target
|
| ... | @@ -129,6 +133,7 @@ rust-stable-armv7: |
... | @@ -129,6 +133,7 @@ rust-stable-armv7: |
|
|
- cat .ci/snippet_for_cross_compilation_config.toml >> .cargo/config.toml
|
|
- cat .ci/snippet_for_cross_compilation_config.toml >> .cargo/config.toml
|
|
|
- *before_script_end
|
|
- *before_script_end
|
|
|
script:
|
|
script:
|
|
|
|
- apt update && apt install -y libbotan-2-dev
|
|
|
- cargo test
|
|
- cargo test
|
|
|
variables:
|
|
variables:
|
|
|
CARGO_TARGET_DIR: /target
|
|
CARGO_TARGET_DIR: /target
|
| ... | | ... | |