Skip to content

Continuous Integration Setup

Sam Crow edited this page Feb 2, 2016 · 2 revisions

Introduction

The Cook-E project uses Circle CI for continuous integration and testing.

The project page shows recent builds.

The continuous integration system compiles Cook-E and runs tests on every branch, after every push. After every build, it sends a status message to the team mailing list.

Artifacts

Each build produces several artifacts, including:

  • Test reports, which list the tests that were performed and their results
  • Lint reports, which describe potential code problems that automated tools have found
  • Application packages (APK files), which can run on Android devices

The Cook-E builds page shows recent builds done by the continuous integration system and provides convenient access to their artifacts.

Clone this wiki locally