summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-07-27 12:32:15 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-07-27 15:39:46 +0200
commitda1ff028ea8ed7f00fa1c705382c37d90042c73b (patch)
tree033a6da3c605c6f4f5ff6a1fbeeb90dd0a1d4037 /.gitlab-ci.yml
parent41b88df2464306b8ea922d16c824e725f4f56b97 (diff)
ci: Use our own image as base.
- While this -to my surprise- does not seem to speed up the test, it does make the log nicer to look at.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0955c1c8..816434fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,9 @@
-image: debian:buster
+image: registry.gitlab.com/sequoia-pgp/build-docker-image:latest
test:
script:
- if [ -d target ]; then find target | wc --lines; du -sh target; fi
- if [ -d cargo ]; then find cargo | wc --lines; du -sh cargo; fi
- - apt update -y -qq
- - apt install -y -qq git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
- rustc --version
- cargo --version
- clang --version