chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1cb85
)
CI: Check that build-deps in d/control are as autogenerated
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 11:36:00 +0000
(12:36 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 11:36:00 +0000
(12:36 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 4d5500425572f4954a0e57575306ed8d4a9888a6..1c17a6c2ff436cc1c04b58598a6520721aeddc9b 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-43,6
+43,12
@@
build-docs:
- apt-get -y -Pupstream-cargo build-dep .
- make doc
+maint-checks:
+ stage: test
+ image: "rust:latest"
+ script:
+ - debian/update-build-deps --check
+
test-rust-upstream:
stage: test
image: "rust:bookworm"