Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2022292
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.travis.yml b/.travis.yml
index 5ee9a10..343ef7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,33 +1,33 @@
sudo: false
language: c
compiler:
- gcc
- clang
addons:
apt:
packages:
- check
- splint
# for "make rpm"
- doxygen
- rpm
script: RPMBUILDOPTS_="--nodeps --define '_without_check 1'";
./autogen.sh
&& ./configure
&& make -C lib V=1
- && make -C tests/functional/log_internal V=1 check
- && make V=1 CPPFLAGS=-Dci_dump_shm_usage distcheck
+ && make -C tests/functional/log_internal VERBOSE=1 check
+ && make VERBOSE=1 CPPFLAGS=-Dci_dump_shm_usage distcheck
&& sed "s|RPMBUILDOPTS =|\\0 ${RPMBUILDOPTS_}|" Makefile | make -f- rpm
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
#- ls -l /var/run/*
- mount | grep -e /shm #-e /var
- df -h | grep -e /shm #-e /var
- lsblk -f
- cat /tmp/_shm_usage
notifications:
irc: "irc.freenode.net#clusterlabs-dev"
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 10:57 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129275
Default Alt Text
(1 KB)
Attached To
Mode
rQ LibQB
Attached
Detach File
Event Timeline
Log In to Comment