From cbb11cd88d985db033c744b59291a2cf03fd16be Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周二, 13 10月 2020 21:53:31 +0800
Subject: [PATCH] #ifdef _DEBUG -> #ifndef NDEBUG for better cmake compatibility

---
 .travis.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7afa85d..8b22992 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,8 +57,8 @@
          - cat /proc/mounts
          - cat /proc/filesystems
          - ls /dev/disk/by-uuid
-         - cmake --build . --target install
-         - ctest -T memcheck
+         - cmake --build . --target install -DCMAKE_BUILD_TYPE=DEBUG
+         - ctest -T memcheck; cat /tmp/open-license.log
    - os: linux
      dist: bionic
      name: "Ubuntu 18.04 - VM - set LCC_PROJECT_NAME"

--
Gitblit v1.9.1