summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b478e2ca..0387a36a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,6 +120,20 @@ bookworm-crypto-rust:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
+bookworm-crypto-openssl:
+ tags:
+ - linux
+ stage: build
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
+ dependencies:
+ - codespell
+ script:
+ - cargo run --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-openssl,compression --example supported-algorithms
+ - cargo test --release --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-openssl,compression
+ variables:
+ CARGO_TARGET_DIR: /target
+ CARGO_HOME: /cargo
+
benchmarks:
stage: test
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm:latest