I don't know what I'm doing

This commit is contained in:
Thomas Fussell 2017-03-21 21:07:21 -04:00
parent 9b82608ba0
commit e13f0a6958

View File

@ -28,11 +28,9 @@ matrix:
install: install:
- gem install coveralls-lcov - gem install coveralls-lcov
before_script: script:
- mkdir build - 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 ..
script:
- cmake --build build - cmake --build build
- ./build/tests/xlnt.test - ./build/tests/xlnt.test