mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
disable samples in coverage build
This commit is contained in:
parent
1b32f46639
commit
0df2faf13a
|
@ -24,6 +24,8 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
- COVERAGE=ON
|
- COVERAGE=ON
|
||||||
|
- STATIC=ON
|
||||||
|
- SAMPLES=OFF
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
@ -37,11 +39,13 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- COMPILER=g++-5
|
- COMPILER=g++-5
|
||||||
- COVERAGE=OFF
|
- COVERAGE=OFF
|
||||||
|
- STATIC=OFF
|
||||||
|
- SAMPLES=ON
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -D STATIC=ON -D SAMPLES=ON -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
|
- cmake -D STATIC=$STATIC -D SAMPLES=$STATIC -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cd bin && ./xlnt.test
|
- cd bin && ./xlnt.test
|
||||||
- find .
|
- find .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user