summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-07-12 15:00:38 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-07-12 15:22:47 +0200
commitff2d5e92637743e5430dd7dab0d64534b2b6a569 (patch)
tree8716c18e5618072da487cf3c39e84ac5b97b656c
parent39cef59facba9d2da8b4768e2c99ac7d6de98fd2 (diff)
ci: Test sq on windows.nora/sq_windows
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8d7e3b7..0de69f0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -275,6 +275,7 @@ windows-msvc:
- 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
+ - cargo test --manifest-path sq/Cargo.toml --no-default-features --features crypto-cng,compression
after_script: []
variables:
CFLAGS: "" # Silence some C warnings when compiling with MSVC
@@ -304,6 +305,7 @@ windows-msvc-32:
- 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
+ - cargo test --manifest-path sq/Cargo.toml --no-default-features --features crypto-cng,compression
after_script: []
variables:
CFLAGS: "" # Silence some C warnings when compiling with MSVC