/circle-monorepo

This repo shows an example of a monorepo setup for CircleCI

Primary LanguageShellMIT LicenseMIT

circle-monorepo

This repo shows an example of a monorepo setup via swissknife

Our circle config has 3 workflows

  • the client workflow should be run if clients/* or shared/* is changed
  • the server workflow should be run if server/* or shared/* is changed
  • the operations workflow should be run if operations/* is changed

We use swissknife to easily manage triggering the right workflows.