aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-09 19:51:30 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-09 19:51:30 -0700
commitdcfc1ac32c344fdb00d762b7b161e96578e4c71c (patch)
tree958e9ccfc7d0e4293efe9be1ecb6377cc1d84993 /.gitlab-ci.yml
parent1df4df190409b342e597b15b1d71044b80919955 (diff)
downloadfatcat-dcfc1ac32c344fdb00d762b7b161e96578e4c71c.tar.gz
fatcat-dcfc1ac32c344fdb00d762b7b161e96578e4c71c.zip
try to fix tagged release gitlab CI builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d477949..90326c5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,9 @@ rust_build_release:
image: "rust:1.32-stretch"
variables:
LC_ALL: "C.UTF-8"
+ before_script:
+ - apt update -qy
+ - apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev
LANG: "C.UTF-8"
script:
- rustc --version && cargo --version