You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/05/05 01:15:31 UTC

[1/2] git commit: THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier

Updated Branches:
  refs/heads/master 68f8bd773 -> dcfc7e6b1


THRIFT-1952 Travis CI (.travis.yml)
Patch: Roger Meier


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/a0836f6c
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a0836f6c
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a0836f6c

Branch: refs/heads/master
Commit: a0836f6c45c9b87523215b158e3311c15b408406
Parents: 68f8bd7
Author: Roger Meier <ro...@apache.org>
Authored: Sun May 5 00:19:38 2013 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sun May 5 00:19:38 2013 +0200

----------------------------------------------------------------------
 .travis.yml |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/a0836f6c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0da39a6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,69 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# build Apache Thrift on Travis CI - https://travis-ci.org/
+
+language: cpp
+
+# see what we need: http://thrift.apache.org/docs/install/ubuntu
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev 
+# Java
+ - sudo apt-get install -qq libcommons-lang3-java ant
+# TODO: fix ruby support
+# Ruby
+# - sudo apt-get install -qq ruby1.9.1-full ruby1.9.1-dev ruby-rspec rake rubygems libdaemons-ruby libgemplugin-ruby mongrel
+# - sudo /usr/bin/gem1.9.1 install bundler
+# - sudo /usr/bin/gem1.9.1 install rack-test
+# Python
+ - sudo apt-get install -qq python-all python-all-dev python-all-dbg
+# Perl
+ - sudo apt-get install -qq libbit-vector-perl
+# PHP
+ - sudo apt-get install -qq php5-dev php5-cli phpunit
+# c_glib
+ - sudo apt-get install -qq libglib2.0-dev
+# Erlang
+ - sudo apt-get install -qq erlang-base erlang-eunit erlang-dev
+# Csharp
+ - sudo apt-get install -qq mono-gmcs mono-devel libmono-system-web2.0-cil
+# Haskell
+ - sudo apt-get install -qq ghc6 cabal-install libghc6-binary-dev libghc6-network-dev libghc6-http-dev
+# Thrift Compiler for Windows
+ - sudo apt-get install -qq mingw32 mingw32-binutils mingw32-runtime
+
+
+install:
+  - sh bootstrap.sh
+
+script:
+# TODO: fix ruby support
+#  - export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/gems/1.9.1/bin
+#  - sh configure RUBY=/usr/bin/ruby1.9.1 RAKE=/usr/bin/rake1.9.1
+# TODO: fix these languages
+  - sh configure --without-ruby --without-haskell --without-perl --without-php
+  - make
+  - make dist
+  - make check
+# TODO: add these steps
+#  - bash test/test.sh
+#  - sh bootstrap.sh ; sh contrib/mingw-cross-compile.sh
+#  - sh bootstrap.sh ; dpkg-buildpackage -tc
+


[2/2] git commit: THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier disable python

Posted by ro...@apache.org.
THRIFT-1952 Travis CI (.travis.yml)
Patch: Roger Meier
disable python


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/dcfc7e6b
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/dcfc7e6b
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/dcfc7e6b

Branch: refs/heads/master
Commit: dcfc7e6b19ce67b97ba448607f45636ce606fd91
Parents: a0836f6
Author: Roger Meier <ro...@apache.org>
Authored: Sun May 5 00:59:08 2013 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sun May 5 00:59:08 2013 +0200

----------------------------------------------------------------------
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/dcfc7e6b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0da39a6..dae0692 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ script:
 #  - export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/gems/1.9.1/bin
 #  - sh configure RUBY=/usr/bin/ruby1.9.1 RAKE=/usr/bin/rake1.9.1
 # TODO: fix these languages
-  - sh configure --without-ruby --without-haskell --without-perl --without-php
+  - sh configure --without-ruby --without-haskell --without-perl --without-php  --without-python
   - make
   - make dist
   - make check