Configure circleci in Magneto2

Hi,
I am working on Magento2 project and I want to configure it with circleci.
SO what is the process to configure circleci in my current magento2 project?

Thanks,
Adil

This question is rather too broad - mostly, it depends on what you want to do. Run tests before you merge down? Build a Docker image and push it to a registry? Deploy software when you push a tag remotely? You can do them all.

Have a look at the documentation - there are some simple examples to get you started.