gcontini
2020-10-18 0ccb8222ba830aa9276aff1135ac97e76bcea5f1
investigate / device missing on Focal
1个文件已修改
6 ■■■■■ 已修改文件
.travis.yml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.travis.yml
@@ -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 -la /dev
         - ls -la /run
         - cmake --build . --target install
         - ctest -T memcheck; cat /tmp/open-license.log
   - os: linux