summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-08-21 16:35:04 +0200
committerraveit65 <[email protected]>2022-07-20 21:40:42 +0200
commit2dea92a649c62555843f9230f6d6392567699b71 (patch)
tree5245841d5e7570959e03541a80dae61007e97d0f /.travis.yml
parentaff4cc8a480fd87c64dd45c71ab69dc54f5ecefe (diff)
downloadcaja-2dea92a649c62555843f9230f6d6392567699b71.tar.bz2
caja-2dea92a649c62555843f9230f6d6392567699b71.tar.xz
Travis CI: 'autogen.sh' and 'scan-build' with '--enable-empty-view'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 680bb941..b3623292 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,8 +187,8 @@ build_scripts:
# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh
# - bash ./fedora.sh
# - fi
- - ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - ./autogen.sh --enable-empty-view
+ - scan-build $CHECKERS ./configure --enable-empty-view
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $(( CPU_COUNT + 1 ))
- else