github - chaining builds in the TravisCI -
imagine situation on github:
repo 1
repo 2
(has dependencyrepo 1
build artifact)
where both of these have travis configured. i'd run travis build of repo 2
in case of successful travis build on repo 1
.
any chance/idea how achieve that?
the idea had to:
- create new user
- and in case of successful travis build of
repo 1
git
commit
+push
repo 2
.
however lead dirty commit history on repo 2
. remove new user's old commits, increases complexity might error prone.
sorry, it's not possible right now, can start travis-ci build on commit @ moment.
obviously not ideal, can, however, in repo 2, clone git repo 1, run repo 1 unit tests in repo 2, , if fail stop repo 2 unit tests running , end build.
Comments
Post a Comment