Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4624537
.travis.yml
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
.travis.yml
View Options
sudo: false
language: c
compiler:
- gcc
- clang
addons:
apt:
packages:
- check
# for ipc.test:test_ipc_dispatch_*_deadlock_provoke
- libglib2.0-dev # natively present, but doesn't hurt
# for "make rpm"
- doxygen
- rpm
script: RPMBUILDOPTS_="--nodeps --define '_without_check 1'";
./autogen.sh
&& ./configure
&& make -C lib V=1
&& 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/plain
Expires
Tue, Jul 8, 6:32 PM (7 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1983222
Default Alt Text
.travis.yml (1 KB)
Attached To
Mode
rQ LibQB
Attached
Detach File
Event Timeline
Log In to Comment