Skip to content

Automated Build Process

Nate Ebel edited this page Jan 23, 2019 · 1 revision

Automated build is being run on CircleCi

Build is configured via .circleci/config.yml

Build is triggered on each commit

Static analysis checks must pass for the build to succeed. This will help keep the code following common style and coding standards. Which commands are run during each build?

  • ktlintCheck
  • detekt
  • lint

Tests must pass for the build to succeed. Which test commands are run during each build?

  • test

We are using the novoda static analysis gradle plugin to help the static analysis setup process

Clone this wiki locally