1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-20 00:06:55 +01:00

CI with Travis and loads of portability fixes

This commit is contained in:
2016-04-08 00:42:11 +01:00
parent 8dd3b110e0
commit cdf516b5ac
10 changed files with 214 additions and 12 deletions

10
ci-scripts/install-deps.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
mkdir -p local/build
for d in nlopt minuit hdf5; do
if [ ! -e local/.built.${d} ]; then
./install-${d}.sh
fi
done
./install-latcore.sh