mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
almost got it
This commit is contained in:
parent
b3e7cfda16
commit
ec65198255
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user