aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-17 16:04:34 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-17 16:04:34 -0700
commitc14d1140ec1d6c753b609fc32e171a18110dacbf (patch)
tree1af767e08d3a093a9419397c64fdf3456748e552
parent28ded59c2f1e86a7f044d2e0e0fd7ecc9df09115 (diff)
downloadsandcrawler-c14d1140ec1d6c753b609fc32e171a18110dacbf.tar.gz
sandcrawler-c14d1140ec1d6c753b609fc32e171a18110dacbf.zip
add debian dependencies for python-poppler to CI setup
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fe5c5c..e642a7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ before_script:
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
- add-apt-repository -y ppa:deadsnakes/ppa
- apt update -qy
- - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev openjdk-8-jdk-headless sbt libpq-dev python-dev python3.7 python3.7-dev python3.7-venv python3.7-distutils pkg-config python3-pytest git libsnappy-dev libsodium-dev
+ - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev openjdk-8-jdk-headless sbt libpq-dev python-dev python3.7 python3.7-dev python3.7-venv python3.7-distutils pkg-config python3-pytest git libsnappy-dev libsodium-dev cmake libpoppler-cpp-dev
- pip3 install pipenv
- pipenv --version