Skip to content
Snippets Groups Projects
Commit 645bf469 authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: add $HTSLIB_DIR to ld.so.conf

parent 0079d429
No related branches found
No related tags found
No related merge requests found
Pipeline #46730 failed with stage
in 6 minutes and 48 seconds
......@@ -31,6 +31,8 @@
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-variation.git
- export HTSLIB_DIR="${DEPS}/htslib"
- export KENT_SRC="${DEPS}/kent-335_base/src"
- echo "${HTSLIB_DIR}" >> /etc/ld.so.conf.d/99gitlabci
- ldconfig
- mkdir -p "${DEPS}"
- cd "${DEPS}"
- ${CI_PROJECT_DIR}/travisci/get_dependencies.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment