Commit 81248d3f authored by Davis King's avatar Davis King

more travis debug

parent 9bf9340d
......@@ -40,6 +40,7 @@ if [ "$VARIANT" = "old-cmake" ]; then
ls ../cmake/2.8
ls ../cmake/2.8/bin/
ls -l ../cmake/2.8/bin/cmake
ls -l ../cmake/2.8/bin/cmake
../cmake/2.8/bin/cmake ../dlib/test/tools
../cmake/2.8/bin/cmake --build . -- -j 2
......
......@@ -9,7 +9,6 @@ if [ ! -x cmake/2.8/bin/cmake ] || [ ! -x cmake/3.1/bin/cmake ] || [ ! -x cmake/
rm -rf cmake
fi
rm -rf cmake
if [[ ! -d cmake ]]; then
echo "Downloading cmake..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment