12345678910111213141516171819202122232425262728293031 |
- language: cpp
- compiler:
- - gcc
- branches:
- only:
- - travis-ci
- env: DISPLAY=:9 LD_LIBRARY_PATH=/tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/lib
- before_install:
- - sudo add-apt-repository ppa:kalakris/cmake -y
- - sudo apt-get update -qq
- - sudo apt-get install -y cmake chrpath
- - sudo apt-get install -y libqt4-dev qt4-dev-tools python-dev libvtk5-dev
- - sudo apt-get install -y xpra xserver-xorg-video-dummy
- before_script: xpra --xvfb="Xorg +extension GLX -config `pwd`/Applications/Testing/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :9
- script: ctest -V -S ./CMake/ctkTravisDashboardScript.cmake
- after_script:
- - xpra stop :9
- - ldd -r /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/bin/storescu
- - ls -l /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/lib
- - chrpath -l /tmp/CTK-Superbuild-Release-experimental/CMakeExternals/Install/bin/storescu
- - cat /tmp/CTK-Superbuild-Release-experimental/DCMTK-build/dcmnet/apps/cmake_install.cmake
- - cat /tmp/CTK-Superbuild-Release-experimental/DCMTK-build/CMakeCache.txt
- - "cat ~/.xpra/*"
|