Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/travis-integration [created] e6ceae400


Creating a Travis YML for build process.


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/e6ceae40
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/e6ceae40
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/e6ceae40

Branch: refs/heads/travis-integration
Commit: e6ceae400976a5b3e5aab333fa6f2f2f03ad5d9a
Parents: 31c9a1b
Author: Aldrin Piri <ald...@apache.org>
Authored: Thu May 5 10:42:48 2016 -0400
Committer: Aldrin Piri <ald...@apache.org>
Committed: Thu May 5 10:42:48 2016 -0400

----------------------------------------------------------------------
 .travis.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/e6ceae40/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..90b7d69
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,27 @@
+# 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
+
+language: cpp
+
+compiler:
+  - clang
+  - gcc
+
+before_install:
+    - sudo apt-get update -qq
+    - sudo apt-get install -qq make g++ git uuid-dev libleveldb-dev libxml2-dev
+
+script: make

Reply via email to