Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.33 KB

CIRCLE.md

File metadata and controls

36 lines (21 loc) · 1.33 KB

Circle CI

CircleCI

Configuration

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.

Configuration details
  1. Add project under Projects -> Add Project.

  2. Select appropriate stack. In case of this project it's Linux OS, Ubuntu 14.04.

  3. Select your project language and hit "Start building". This should generate default .circleci/config.yml and trigger first project build.

  4. Describe your build steps in .circleci/config.yml. Refer to this project's .circleci/config.yml for configuration details.

  5. Configure environment variables in Settings -> Environment Variables

  6. Build the project and observe results