Commit f5665cd1 authored by Davis King's avatar Davis King

more travis debug

parent 613ac890
...@@ -40,10 +40,13 @@ if [ "$VARIANT" = "old-cmake" ]; then ...@@ -40,10 +40,13 @@ 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
ln -s ../cmake/2.8/bin/cmake cmake
ls -l cmake cp ../cmake/2.8/bin/cmake wtf
./cmake ../dlib/test/tools ./wtf --version
./cmake --build . -- -j 2 ../cmake/2.8/bin/cmake --version
../cmake/2.8/bin/cmake ../dlib/test/tools
../cmake/2.8/bin/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