Circle CI provides hello world tutorial. It should be enough to understand how Circle CI works and what are the basic steps. Circle CI operates with workflows but those aren't used at this project.
-
Add project under
Projects -> Add Project
. -
Select appropriate stack. In case of this project it's Linux OS, Ubuntu 14.04.
-
Select your project language and hit "Start building". This should generate default
.circleci/config.yml
and trigger first project build. -
Describe your build steps in
.circleci/config.yml
. Refer to this project's .circleci/config.yml for configuration details. -
Configure environment variables in
Settings -> Environment Variables
-
Build the project and observe results