summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-18 12:58:46 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-18 12:58:46 +0100
commit6dcec38a9527dfbfacdea64aac639a80625d6340 (patch)
tree9905cbd636200cc7e9922312c55a47dacdab152c /.gitlab-ci.yml
parenta70b91cf4ce6358f214b082218e039156d08dccd (diff)
ci: Only test core components and low-level ffi interface on buster.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fbc3711..c2543dad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,12 +16,7 @@ buster:
script:
- make codespell CODESPELL_FLAGS=--summary
- - SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
- - make
- - make -C tool update-usage
- - if ! git diff --quiet ; then echo "Please run 'make -C tool update-usage' and commit the result." ; false ; fi
- - make -C sqv update-usage
- - if ! git diff --quiet ; then echo "Please run 'make -C sqv update-usage' and commit the result." ; false ; fi
+ - SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind cargo test -p buffered-reader -p sequoia-openpgp -p sequoia-sqv -p sequoia-openpgp-ffi
bullseye:
stage: build