debug travis

This commit is contained in:
Davis King 2018-03-30 09:38:57 -04:00
parent fe7eb3a067
commit 9bf9340d4d
1 changed files with 5 additions and 1 deletions

View File

@ -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