summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-12 01:28:35 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-10-12 18:37:39 +0200
commit5be2a025ed75cc4307747a3834581dda8090d408 (patch)
treef9a536ea78436920085e0293ae111e0ea02b4ac9
parentc2b32483d20be2ef12f35e0d37202b3d6847ab9f (diff)
ci: Test that we can build ffi/openpgp-ffi with CNG backend enabled
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbd56707..8f0a12f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,6 +134,8 @@ windows-msvc:
- cargo --version
script:
# https://github.com/rust-lang/cargo/issues/5015
+ - cargo build --manifest-path ffi/Cargo.toml --no-default-features --features crypto-cng,compression
+ - cargo build --manifest-path openpgp-ffi/Cargo.toml --no-default-features --features crypto-cng,compression
- cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression
after_script: []
variables: