mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
I don't know what I'm doing
This commit is contained in:
parent
9b82608ba0
commit
e13f0a6958
|
@ -28,11 +28,9 @@ matrix:
|
|||
install:
|
||||
- gem install coveralls-lcov
|
||||
|
||||
before_script:
|
||||
script:
|
||||
- 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 ..
|
||||
|
||||
script:
|
||||
- cmake --build build
|
||||
- ./build/tests/xlnt.test
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user