From 6a0df39e3969d490d8c5ead4e3aaf76ae9d67fe2 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周二, 27 5月 2025 17:03:57 +0800 Subject: [PATCH] update ignore --- .travis.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccc11b6..755d502 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,14 +34,14 @@ - ctest -T memcheck - os: linux dist: focal - name: "Travis CI VM - Debug" + name: "Travis CI VM - Release" env: - VIRTUAL_ENV=VM - CTEST_OUTPUT_ON_FAILURE=1 before_script: - sudo apt-get update - sudo apt-get install -y cmake libssl-dev zlib1g-dev libboost-dev libboost-filesystem-dev libboost-test-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev - - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug -DLCC_PROJECT_NAME=MYPROJECT .. + - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Release .. script: - cat /proc/mounts - ls -lLai /dev/disk/by-uuid -- Gitblit v1.9.1