mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Visible segments
This commit is contained in:
parent
0fe0c20d2a
commit
e0d5cdbd85
|
@ -170,12 +170,12 @@ script:
|
||||||
- cmake .. -DXLNT_CXX_LANG=${CXX_VER} -DSTATIC=$STATIC -DBENCHMARKS=$BENCHMARKS -DSAMPLES=$SAMPLES -DCOVERAGE=$COVERAGE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
- cmake .. -DXLNT_CXX_LANG=${CXX_VER} -DSTATIC=$STATIC -DBENCHMARKS=$BENCHMARKS -DSAMPLES=$SAMPLES -DCOVERAGE=$COVERAGE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
||||||
- cmake --build . -- -j2
|
- cmake --build . -- -j2
|
||||||
- ./tests/xlnt.test
|
- ./tests/xlnt.test
|
||||||
- echo 'travis_fold:start:samples'
|
- echo "samples" && echo 'travis_fold:start:samples'
|
||||||
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-decrypt; fi
|
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-decrypt; fi
|
||||||
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-img2xlsx "../samples/data/cafe.jpg" "img.xlsx"; fi
|
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-img2xlsx "../samples/data/cafe.jpg" "img.xlsx"; fi
|
||||||
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-documentation; fi
|
- if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-documentation; fi
|
||||||
- echo 'travis_fold:end:samples'
|
- echo 'travis_fold:end:samples'
|
||||||
- echo 'travis_fold:start:benchmarks'
|
- echo "benchmarks" && echo 'travis_fold:start:benchmarks'
|
||||||
- if [[ "${BENCHMARKS}" == "ON" ]]; then ./benchmarks/benchmark-styles; fi
|
- if [[ "${BENCHMARKS}" == "ON" ]]; then ./benchmarks/benchmark-styles; fi
|
||||||
- if [[ "${BENCHMARKS}" == "ON" ]]; then ./benchmarks/benchmark-writer; fi
|
- if [[ "${BENCHMARKS}" == "ON" ]]; then ./benchmarks/benchmark-writer; fi
|
||||||
- echo 'travis_fold:end:benchmarks'
|
- echo 'travis_fold:end:benchmarks'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user