Add Github workflows

Change-Id: I74fc45784b1b1d20c22b9e983902aa69fbfa764f
This commit is contained in:
Sergiu Deitsch
2022-03-06 18:00:33 +01:00
parent 3d3d6ed71b
commit 0133dada2d
9 changed files with 535 additions and 109 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
[![Build Status](https://app.travis-ci.com/ceres-solver/ceres-solver.svg?branch=master)](https://app.travis-ci.com/ceres-solver/ceres-solver)
[![Android](https://github.com/ceres-solver/ceres-solver/actions/workflows/android.yml/badge.svg)](https://github.com/ceres-solver/ceres-solver/actions/workflows/android.yml)
[![Linux](https://github.com/ceres-solver/ceres-solver/actions/workflows/linux.yml/badge.svg)](https://github.com/ceres-solver/ceres-solver/actions/workflows/linux.yml)
[![macOS](https://github.com/ceres-solver/ceres-solver/actions/workflows/macOS.yml/badge.svg)](https://github.com/ceres-solver/ceres-solver/actions/workflows/macOS.yml)
[![Windows](https://github.com/ceres-solver/ceres-solver/actions/workflows/windows.yml/badge.svg)](https://github.com/ceres-solver/ceres-solver/actions/workflows/windows.yml)
Ceres Solver
============