From de168518aab3ac8a0222e04bc9b19c9562e00f34 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 08 11月 2020 09:15:26 +0800
Subject: [PATCH] project clarification

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

diff --git a/.travis.yml b/.travis.yml
index 6c0f6d6..370681f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@
          - ctest -T memcheck
    - os: linux
      dist: focal
-     name: "Ubuntu 20.04 - Travis CI VM"
+     name: "Ubuntu 20.04 - Travis CI VM - Debug"
      env:
      - VIRTUAL_ENV=VM
      - CTEST_OUTPUT_ON_FAILURE=1
@@ -57,8 +57,10 @@
          - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug -DCODE_COVERAGE=ON -DLCC_PROJECT_NAME=MYPROJECT ..
      script: 
          - cat /proc/mounts
-         - cat /proc/filesystems
-         - ls /dev/disk/by-uuid
+         - ls -lLai /dev/disk/by-uuid
+         - ls -lLai /dev/disk/by-label
+         - ls -lai /dev
+         - ls -la /run
          - cmake --build . --target install
          - ctest -T memcheck; cat /tmp/open-license.log
    - os: linux
@@ -276,7 +278,7 @@
              - doxygen
              - graphviz
      before_script: 
-        - pip3 install setuptools sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme sphinx-sitemap sphinxemoji
+        - pip3 install setuptools sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-sitemap sphinxemoji
         - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install ..
      script:
         - make documentation

--
Gitblit v1.9.1