Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4832432
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 1399a5442c..bf27016583 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,32 +1,40 @@
# Control file for the Travis autobuilder
# http://about.travis-ci.org/docs/user/build-configuration/
language: c
compiler:
- gcc
+# sudo add-apt-repository ppa:hotot-team
before_install:
- - lsb_release
- - sudo cat /etc/apt/sources.list
- - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ quantal universe" >> /etc/apt/sources.list'
+ - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ raring universe" >> /etc/apt/sources.list'
- sudo apt-get update -qq
- - sudo apt-get install -qq automake autoconf chrpath libsnmp-dev libglib2.0-dev perl net-tools python libtool libxml2-dev bison flex uuid-dev libbz2-dev zlib1g-dev libltdl3-dev libgnutls-dev python-central python-dev libpam0g-dev libncurses5-dev libcorosync-dev heartbeat-dev libheartbeat2-dev cluster-glue-dev libxslt1-dev libesmtp-dev libqb-dev/quantal
+
+install:
+ - sudo apt-get install -qq automake autoconf chrpath libglib2.0-dev perl net-tools python libtool libxml2-dev bison flex uuid-dev libbz2-dev zlib1g-dev libltdl3-dev libgnutls-dev python-central python-dev libpam0g-dev libncurses5-dev libcorosync-dev libxslt1-dev libdbus-1-dev
+ - sudo apt-get install -qq cluster-glue-dev heartbeat-dev libheartbeat2-dev
+ - sudo apt-get install -qq libqb-dev/raring
before_script:
- - ./autogen.sh
- - ./configure
+ - ./autogen.sh
+ - ./configure
script: make
-after_script:
- - ./BasicSanity.sh -V
+#after_script:
+after_success:
+ - ./BasicSanity.sh -V
+
+after_failure:
+ - lsb_release -a
+ - sudo cat /etc/apt/sources.list
notifications:
- irc: "irc.freenode.org#pcmk"
+ irc: "irc.freenode.org#pcmk"
email:
recipients:
- andrew@beekhof.net
# whitelist
branches:
only:
- master
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jul 20, 7:29 PM (3 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2081323
Default Alt Text
(1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment