gcontini
2020-11-14 f4e683fc6bd6ac76f9979f49d737588b6ddf16b0
.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