Explorar o código

[Travis] print ldd info

Sascha Zelzer %!s(int64=11) %!d(string=hai) anos
pai
achega
86e14ad810
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -2,9 +2,6 @@ language: cpp
 compiler:
 compiler:
   - gcc
   - gcc
 
 
-env:
-  - QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt4/plugins
-
 branches:
 branches:
   only:
   only:
     - travis-ci
     - travis-ci
@@ -15,4 +12,4 @@ before_install:
   - sudo apt-get install -y cmake
   - sudo apt-get install -y cmake
   - sudo apt-get install -y libqt4-dev qt4-dev-tools
   - sudo apt-get install -y libqt4-dev qt4-dev-tools
 
 
-script: ctest -S ./CMake/ctkTravisDashboardScript.cmake
+script: ldd -r /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/bin/storescu && chrpath -l /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/bin/storescu && ls -l /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/lib && ctest -S ./CMake/ctkTravisDashboardScript.cmake