.travis.yml: skip perftest on debug builds
This commit is contained in:
parent
429b3dcfab
commit
c26a2a64af
@ -39,5 +39,5 @@ script:
|
||||
- cd build
|
||||
- make tests
|
||||
- make examples
|
||||
- ctest -V
|
||||
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
|
||||
- make travis_doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user