From 9bf9340d4dd02c5d72e0ebf1db585f55ca9253f1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 30 Mar 2018 09:38:57 -0400 Subject: [PATCH] debug travis --- dlib/travis/build-and-test.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dlib/travis/build-and-test.sh b/dlib/travis/build-and-test.sh index 65d8ce118..e75ecd5ee 100755 --- a/dlib/travis/build-and-test.sh +++ b/dlib/travis/build-and-test.sh @@ -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