GEODE-2437 Add travis-ci file

Configure travis-ci to build cppcache on linux and run unit
tests. Use the docker service to ensure that toolchain
requirements are met. The docker container can be built with

`docker build -t apachegeode/geode-native-build:1.0 \
   --build-arg GEODE_VERSION=1.0.0-incubating docker/`

where GEODE_VERSION is a released version of Apache Geode.
2 files changed
tree: 9137946c89ccd3dae0f09d7435f14f1c7dc0e5bc
  1. bin/
  2. cmake/
  3. dist/
  4. docker/
  5. etc/
  6. examples/
  7. packer/
  8. src/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .ratignore
  13. .travis.yml
  14. BUILDING.md
  15. CONTRIBUTING.md
  16. LICENSE
  17. NOTICE
  18. README.md
README.md

Overview
Building from Source
Introduction
Application Development

Overview

Native Client is a client implementation for [Apache Geode] (http://geode.apache.org/) that does not require the Java server JARs.

Building from Source

Directions to build Native Client from source can be found in the source distribution in src/BUILDING.md.

Introduction

Please refer to the [Native Client documentation] (http://gemfire-native.docs.pivotal.io/native/introduction/native-client-intro.html) for help in getting started with Native Client.

Application Development

Native Client applications can be written in these client technologies: