Commit 9bf9340d authored by Davis King's avatar Davis King

debug travis

parent fe7eb3a0
......@@ -33,9 +33,13 @@ fi
# The point of this test is just to make sure the cmake scripts work with the
# oldest version of cmake we are supposed to support.
if [ "$VARIANT" = "old-cmake" ]; then
find .
mkdir build
cd build
ls ..
ls ../cmake
ls ../cmake/2.8
ls ../cmake/2.8/bin/
ls -l ../cmake/2.8/bin/cmake
../cmake/2.8/bin/cmake ../dlib/test/tools
../cmake/2.8/bin/cmake --build . -- -j 2
......
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