We want to integrate Circle CI with salesforce for deployment, but the project is not sfdx project. Means the project structure which we have is like below :
-Main
-src
-classes
-triggers
-manifest
-package.xml
Can we use the same above project to integrate with circle CI or do we need to create an another sfdx project?