summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-07-08 15:31:44 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-07-09 21:54:51 +0200
commitc84b096add1d05afc41cc94b35a9db15bac0afea (patch)
tree3bcf860de8a5ea56ca55a69ca7dbebbfdd378964 /.gitlab-ci.yml
parentc1a03f229e61402e9418ee31609f1b22cbe13e4a (diff)
sqv: Move to https://gitlab.com/sequoia-pgp/sequoia-sqv
- From this point on, the crate sequoia-sqv will be maintained in its own repository.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2adabc14..e8d7e3b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,6 @@ build-bullseye:
- $MAKE_TOP
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; false ; fi
- if ! git diff --quiet sq ; then echo "Please commit the changes to sq/src/sq-usage.rs." ; false ; fi
- - if ! git diff --quiet sqv ; then echo "Please commit the changes to sqv/src/sqv-usage.rs." ; false ; fi
- if ! git diff --quiet ; then echo "The build changed the source. Please investigate." ; git diff ; fi
variables:
CARGO_TARGET_DIR: /target
@@ -50,7 +49,6 @@ build-bullseye:arm64:
- $MAKE_TOP
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; false ; fi
- if ! git diff --quiet sq ; then echo "Please commit the changes to sq/src/sq-usage.rs." ; false ; fi
- - if ! git diff --quiet sqv ; then echo "Please commit the changes to sqv/src/sqv-usage.rs." ; false ; fi
- if ! git diff --quiet ; then echo "The build changed the source. Please investigate." ; git diff ; fi
variables:
CARGO_TARGET_DIR: /target
@@ -198,7 +196,7 @@ rust-stable:
- cargo --version
- clang --version
script:
- - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp -p sequoia-sqv" $MAKE_TOP test
+ - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
@@ -222,7 +220,7 @@ rust-stable:arm64:
- cargo --version
- clang --version
script:
- - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp -p sequoia-sqv" $MAKE_TOP test
+ - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo