summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-05-28 21:18:41 +0200
committerKarl Wette <karl.wette@ligo.org>2014-05-29 02:29:27 +0200
commitb51bc39cf7ad2eb9c037f735a2839283c19d1f03 (patch)
tree002d058b55c690e335689dddeb1bdc873f163652 /.travis.yml
parent3fe1eb705617c621f8f99d2f657cfe72a1049cce (diff)
downloadswig-b51bc39cf7ad2eb9c037f735a2839283c19d1f03.tar.gz
Add check-maintainer-clean target: fails if files are missed by maintainer-clean
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 89bed90a1..08731ca62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,7 +113,7 @@ script:
- if test -n "$SWIGLANG"; then make -k $SWIGJOBS check-$SWIGLANG-examples CFLAGS="${CFLAGS_EXAMPLES[$SWIGLANG]}" CXXFLAGS="${CXXFLAGS_EXAMPLES[$SWIGLANG]}"; fi
- if test -n "$SWIGLANG"; then make -k $SWIGJOBS check-$SWIGLANG-test-suite; fi
- echo 'Cleaning...' && echo -en 'travis_fold:start:script.3\\r'
- - make maintainer-clean && find . -type f | sed 's/^/File left after maintainer-clean - /' && ../../configure $CONFIGOPTS
+ - make check-maintainer-clean && ../../configure $CONFIGOPTS
- echo -en 'travis_fold:end:script.3\\r'
branches:
only: