From 4bd7da9ff2eb06c11b1f54e2b8e2cfb44af56776 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 02 5月 2020 10:20:38 +0800 Subject: [PATCH] rename StringUtils in string_utls --- .travis.yml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa174d4..c2099b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ name: "Ubuntu 18.04 - Travis CI VM" env: - VIRTUAL_ENV=VM + - CTEST_OUTPUT_ON_FAILURE=1 addons: apt: packages: @@ -31,7 +32,6 @@ script: - cmake --build . --target install - src/inspector/lccinspector - - ctest - ctest -T memcheck - os: linux dist: xenial @@ -56,6 +56,7 @@ name: "Ubuntu 18.04 - Travis CI VM - Debug build" env: - VIRTUAL_ENV=VM + - CTEST_OUTPUT_ON_FAILURE=1 addons: apt: packages: @@ -98,7 +99,7 @@ - docker commit centos7_toconfigure centos7_configured script: - docker run --name centos7_make -v `pwd`:/root/open-license-manager centos7_configured /bin/bash -c - "cd /root/open-license-manager/build && make && make install && VIRT_ENV=CONTAINER make test" + "cd /root/open-license-manager/build && make && make install && VIRTUAL_ENV=CONTAINER make test" - os: linux dist: bionic name: "CentOS-8 Docker" -- Gitblit v1.9.1