circle: add config types

This commit is contained in:
Rico Sta. Cruz 2015-11-23 10:43:25 +11:00
parent 2253796ff2
commit 6a57de712b
1 changed files with 14 additions and 0 deletions

14
circle.md Normal file
View File

@ -0,0 +1,14 @@
---
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>