1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-18 23:37:05 +01:00

build GSL in CI flow

This commit is contained in:
2019-04-26 16:54:04 +01:00
parent b04338bf36
commit b3bf75f93a
2 changed files with 24 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PREFIX=$1
set -ex
mkdir -p local/build
for d in nlopt minuit hdf5; do
for d in gsl nlopt minuit hdf5; do
if [ ! -e local/.built.${d} ]; then
./install-${d}.sh ${PREFIX}
fi