Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Continuous Integration and Deployment

John Colella edited this page Aug 21, 2019 · 1 revision

We use Buildkite as a CI server. Every commit triggers a build with Buildkite that will run a series of checks and tests before giving a green light to merge to master.

There is 1 pipelines associated with this project:

athenaeum pipeline - builds the project, runs test. When a branch is then merged to master, a new build is triggered. After a build on master passes all of its, it will need to be manually unblocked before being deployed to production and published to npm. This manual unblock is a prompt requiring you to bump the package version, for which we use Semantic Versioning.

Clone this wiki locally