diff --git a/.travis.yml b/.travis.yml index 43d6dec7..ff4c18ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 --build . -- -j2 - ./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-img2xlsx "../samples/data/cafe.jpg" "img.xlsx"; fi - if [[ "${SAMPLES}" == "ON" ]]; then ./samples/sample-documentation; fi - 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-writer; fi - echo 'travis_fold:end:benchmarks'