Skip to content

Commit

Permalink
CI: make travis watch for the issue #234
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Nov 24, 2016
1 parent 0a32968 commit e702848
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
sudo: false
language: c
compiler:
- gcc
Expand All @@ -10,12 +11,18 @@ addons:
# for "make rpm"
- doxygen
- rpm

script: RPMBUILDOPTS_="--nodeps --define '_without_check 1'";
./autogen.sh
&& ./configure
&& DISTCHECK_CONFIGURE_FLAGS=--enable-syslog-tests VERBOSE=1 make distcheck
&& sed "s|RPMBUILDOPTS =|\\0 ${RPMBUILDOPTS_}|" Makefile | make -f- rpm
sudo: false

after_failure:
# keep an eye on issue #234 if it recidivates
- for f in $(ls -1 /dev/shm/qb-test*); do ls -l "$f"; lsof -- "$f"; done
- mount | grep shm
- dh -h | grep shm

notifications:
irc: "irc.freenode.net#clusterlabs-dev"

0 comments on commit e702848

Please sign in to comment.