Commit 6108f60a authored by Davis King's avatar Davis King

more travis debug

parent 526fa502
...@@ -35,9 +35,9 @@ fi ...@@ -35,9 +35,9 @@ fi
if [ "$VARIANT" = "old-cmake" ]; then if [ "$VARIANT" = "old-cmake" ]; then
mkdir build mkdir build
cd build cd build
CMAKEDIR=../cmake2 CMAKEDIR=../wtf
ls $CMAKEDIR ls $CMAKEDIR
ls $CMAKEDIR/2.8/bin/cmake ls -l $CMAKEDIR/2.8/bin/cmake
$CMAKEDIR/2.8/bin/cmake ../dlib/test/tools $CMAKEDIR/2.8/bin/cmake ../dlib/test/tools
$CMAKEDIR/2.8/bin/cmake --build . -- -j 2 $CMAKEDIR/2.8/bin/cmake --build . -- -j 2
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Exit if anything fails. # Exit if anything fails.
set -eux set -eux
OUTDIR=cmake2 OUTDIR=wtf
echo "Checking if cmake already downloaded" echo "Checking if cmake already downloaded"
if [ ! -x $OUTDIR/2.8/bin/cmake ] || [ ! -x $OUTDIR/3.1/bin/cmake ] || [ ! -x $OUTDIR/3.5/bin/cmake ]; then if [ ! -x $OUTDIR/2.8/bin/cmake ] || [ ! -x $OUTDIR/3.1/bin/cmake ] || [ ! -x $OUTDIR/3.5/bin/cmake ]; then
......
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