Modify travis script to test dependencies

This commit is contained in:
Maxime Gimeno
2018-02-02 12:08:05 +01:00
parent ae36b452bc
commit acd0a72edf
131 changed files with 21 additions and 2297 deletions
@@ -1,5 +1,5 @@
#This script must be called from the CGAL root.
set -e
while test $# -gt 0
do
case "$1" in
@@ -22,7 +22,6 @@ mkdir -p dep_check_build && cd dep_check_build
for pkg in ../*
do
if [ -f $pkg/dependencies ]; then
echo "$pkg"
mv $pkg/dependencies $pkg/dependencies.old
fi
done