Skip to content

Commit

Permalink
Add Travis-CI integration
Browse files Browse the repository at this point in the history
Change-Id: I6b332aa04e772fb5d9ccc72ef2ef8254883eeb80
Reviewed-on: http://review.couchbase.org/16710
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Jan Lehnardt <jan@couchbase.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
avsej authored and ingenthr committed Jun 3, 2012
1 parent b3a4c98 commit f6153b5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# there no C language yet
language: python

before_install:
- sudo rm -rf /etc/apt/sources.list.d/couchdb-ppa-source.list
- sudo rm -rf /etc/apt/sources.list.d/mongodb.list
- sudo rm -rf /etc/apt/sources.list.d/datastax-source.list
- sudo rm -rf /etc/apt/sources.list.d/rabbitmq-source.list
- sudo rm -rf /etc/apt/sources.list.d/mapopa-source.list
- sudo rm -rf /etc/apt/sources.list.d/webupd8team-java-ppa-source.list
- sudo rm -rf /etc/apt/sources.list.d/maven3-ppa-source.list
- wget -O- http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
- echo deb http://packages.couchbase.com/snapshot/ubuntu oneiric oneiric/main | sudo tee /etc/apt/sources.list.d/couchbase.list
- sudo apt-get update
- sudo apt-get -y install libevent-dev libvbucket-dev libgtest-dev

script: |
export GTEST_ROOT=/usr/src/gtest
./config/autorun.sh && ./configure && make check

0 comments on commit f6153b5

Please sign in to comment.