almost got it

This commit is contained in:
Thomas Fussell 2017-03-21 21:14:56 -04:00
parent b3e7cfda16
commit ec65198255

View File

@ -29,10 +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 -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
- ./build/tests/xlnt.test