You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the repo grows and subprojects start to be added we need to differentiate these in Travis builds.
IMHO the ideal way to tackle this would be to have each subproject run in their own Travis instance, I'm unsure whether this is doable so I need to investigate it a bit more.
Alternative: Add a pre-commit hook that parses extracts subproject directory of modified files and, adds it as a tag / part of the commit message. Add Travis conditionals to manage the behavior of each subproject.
The text was updated successfully, but these errors were encountered:
As always I was wrong :)
Travis still only supports 1 Travis file per 1 repo.
ldanielmadariaga
changed the title
[Pontem] Differentiate differente subprojects in Travis build
[Pontem] Differentiate different subprojects in Travis build
Dec 10, 2018
As the repo grows and subprojects start to be added we need to differentiate these in Travis builds.
IMHO the ideal way to tackle this would be to have each subproject run in their own Travis instance, I'm unsure whether this is doable so I need to investigate it a bit more.
Alternative: Add a pre-commit hook that parses extracts subproject directory of modified files and, adds it as a tag / part of the commit message. Add Travis conditionals to manage the behavior of each subproject.
The text was updated successfully, but these errors were encountered: