Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 433 Bytes

circle.md

File metadata and controls

14 lines (11 loc) · 433 Bytes
title
CircleCI

circle.yml

  • machine: adjusting the VM to your preferences and requirements
  • checkout: checking out and cloning your git repo
  • dependencies: setting up your project's language-specific dependencies
  • database: preparing the databases for your tests
  • test: running your tests
  • deployment: deploying your code to your web servers

See: https://circleci.com/docs/configuration