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 | |
---|---|---|---|---|
Support two projects build in the same repo | 1 | 1023 | February 16, 2019 | |
Circle.yml in each module/project directory | 1 | 1256 | June 18, 2018 | |
Reusing or sharing circle.yml | 2 | 917 | August 29, 2018 | |
Building/testing multiple subdirs in a repository with sub-projects | 4 | 3190 | June 18, 2018 | |
Multiple .circle.yml files | 1 | 1168 | June 18, 2018 |