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:
10
ci-scripts/install-deps.sh
Executable file
10
ci-scripts/install-deps.sh
Executable 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
|
Reference in New Issue
Block a user