Add Travis CI support.

- Currently builds for Linux (GCC), Android (r17b), macOS and iOS
  (Xcode 9.4).

Change-Id: I17f9adb90c12bff983c851cdcb20db1f9efce6fb
This commit is contained in:
Alex Stewart
2018-07-06 20:44:08 +01:00
parent fba8ee2d62
commit 67338e2600
4 changed files with 99 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ since 2010. Ceres Solver can solve two kinds of problems.
Please see [ceres-solver.org](http://ceres-solver.org/) for more
information.
[![Build Status](https://travis-ci.org/ceres-solver/ceres-solver.svg?branch=master)](https://travis-ci.org/ceres-solver/ceres-solver)
WARNING - Do not make GitHub pull requests!
-------------------------------------------