Commit 613ac890 authored by Davis King's avatar Davis King

more travis debug

parent 81248d3f
...@@ -40,9 +40,10 @@ if [ "$VARIANT" = "old-cmake" ]; then ...@@ -40,9 +40,10 @@ if [ "$VARIANT" = "old-cmake" ]; then
ls ../cmake/2.8 ls ../cmake/2.8
ls ../cmake/2.8/bin/ ls ../cmake/2.8/bin/
ls -l ../cmake/2.8/bin/cmake ls -l ../cmake/2.8/bin/cmake
ls -l ../cmake/2.8/bin/cmake ln -s ../cmake/2.8/bin/cmake cmake
../cmake/2.8/bin/cmake ../dlib/test/tools ls -l cmake
../cmake/2.8/bin/cmake --build . -- -j 2 ./cmake ../dlib/test/tools
./cmake --build . -- -j 2
rm -rf * rm -rf *
../cmake/3.1/bin/cmake ../dlib/test/tools ../cmake/3.1/bin/cmake ../dlib/test/tools
......
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