I used to have 2 different github projects, a Grails backend and an Angular 2 frontend, that I built separately, each with its own circle.yml configuration file. Now I merged those two projects under one parent project in Github so I’m trying to figure out how to build them in Circle CI. I saw in the doc that you can can a build_dir to the config but then you can put only one value in there I guess. How can I tell circle to build and run tests on each subproject independently.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Multiple .circle.yml files | 1 | 1177 | June 18, 2018 | |
| Circle.yml in each module/project directory | 1 | 1269 | June 18, 2018 | |
| Can i have multiple circle.yml files in the same project? | 2 | 2640 | June 18, 2018 | |
| Can I have multiple .circleci folder in the same GitHub repository | 1 | 662 | September 19, 2018 | |
| Support two projects build in the same repo | 1 | 1055 | February 16, 2019 |