From b3e7cfda162dba7a25c2a75fdbc96f95f54b42e1 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 21 Mar 2017 21:11:40 -0400 Subject: [PATCH] try to find the repo directory --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b3edbbce..847efdfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ install: - gem install coveralls-lcov script: + - ls + - cd xlnt - mkdir build - cmake . -B build -D STATIC=$STATIC -D BENCHMARKS=$BENCHMARKS -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug .. - cmake --build build