From e0d5cdbd8503829636dc559e35a8a1de13455aa0 Mon Sep 17 00:00:00 2001 From: Crzyrndm Date: Sat, 28 Jul 2018 16:36:36 +1200 Subject: [PATCH] Visible segments --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'