Quickstart guide
This quickstart guide takes you through connecting an existing project to CircleCI, using the in-app config editor, and inviting team members to collaborate on your new project.
If you would rather jump to a full list of CircleCI config.yml
options, see the Configuration reference.
Prerequisites
-
A CircleCI account connected to your code. You can sign up for free.
-
A code repository you want to build on CircleCI.
1. Connect your code
Check your project slug to discover which GitHub integration you have set up:
For more information about the differences, see the VCS integration overview. |
config.yml
file is generated for you based on the languages and frameworks used in your project. .circleci/config.yml
file at the root of your repository on a new branch called circleci-project-setup
. At this point you can also choose Review configuration file if you would rather check or make changes to the config file before committing.