Configuring travis-ci for several subprojects on one repo

I have several folders in one github project, each of which has a different .travis.yml file.

What is the correct way to configure travis-ci so that I can specify which folder / subproject to build?

I can add before_script: cd function, but is there a way to activate the assembly-based feature updated in the branch develop- basically I don’t want to run the assembly if I update the subfolder.

Any advice is greatly appreciated

+4
source share

Source: https://habr.com/ru/post/1675803/


All Articles