From cb5fecce7378342ea8ac99eb9a83f0cd40b82b92 Mon Sep 17 00:00:00 2001 From: Stefano Giorgetti <sgiorgetti@ebi.ac.uk> Date: Tue, 24 Sep 2024 14:25:30 +0000 Subject: [PATCH] split single make install in two steps --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fa7f48ab..05c66ad8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ before_install: - make prefix=$ENSDIR/share/htslib install - export HTSLIB_DIR=$(pwd -P) - cd $ENSDIR/ensembl-variation/C_code/ + - make - make install - cd $TRAVIS_BUILD_DIR -- GitLab