try to find the repo directory

This commit is contained in:
Thomas Fussell 2017-03-21 21:11:40 -04:00
parent e13f0a6958
commit b3e7cfda16

View File

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