From 6de9ad2fc8f435819006d9aae1054214993e0cd7 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 11 10月 2020 22:31:33 +0800 Subject: [PATCH] debug ubuntu vm --- .travis.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae6c227..7afa85d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,9 @@ - libboost-thread-dev - libboost-date-time-dev script: + - cat /proc/mounts + - cat /proc/filesystems + - ls /dev/disk/by-uuid - cmake --build . --target install - ctest -T memcheck - os: linux -- Gitblit v1.9.1