From 6a57de712b5768a5e81e51dd989194e5dc4b4a94 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 23 Nov 2015 10:43:25 +1100 Subject: [PATCH] circle: add config types --- circle.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 circle.md diff --git a/circle.md b/circle.md new file mode 100644 index 000000000..45562e26b --- /dev/null +++ b/circle.md @@ -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: