From 5be2a025ed75cc4307747a3834581dda8090d408 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Mon, 12 Oct 2020 01:28:35 +0200 Subject: ci: Test that we can build ffi/openpgp-ffi with CNG backend enabled --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3