summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-11 18:02:15 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-11 18:02:15 +0200
commit28ea9844e4859891851210a0d818259551ab7ace (patch)
treeba6107984d0c8b3457abb08e6fb0c336ddf8e0ae /.travis.yml
parent649688e431d41e19340b0cbacb3df0c63a87a055 (diff)
Debug sphinx compilation, linux also
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cd59e57f..68d5bcf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ matrix:
compiler: gcc
env:
# 5. Only Python, associated tests and sphinx documentation
- - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='test sphinx' DEBUG='echo Debug'
+ - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='test sphinx' DEBUG='ctest -R sphinx_py_test -V'
# A. Mac OSX
- os: osx
osx_image: xcode9.4