![]() |
Passed The Travis CI Build - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Passed The Travis CI Build (/showthread.php?tid=168060) |
RE: Passed The Travis CI Build - notq - 03-11-2015 Hello, could you explain this ? Every time when i look at Closed request https://github.com/DHrpcs3/rpcs3/pulls?q=is%3Apr+is%3Aclosed i see that only a few commits goes though the Travis CI build successfully. So the others commits are not include in "every days" builds by autobot ? RE: Passed The Travis CI Build - flashmozzg - 03-11-2015 Travis CI isn't related to buildbot (autobot? Transformers?). It just builds pull requests/master automatically to make sure the project is compiling without errors. Build bot makes new build on every new commit/merge to master. RE: Passed The Travis CI Build - notq - 03-11-2015 (03-11-2015, 06:21 PM)flashmozzg Wrote: Travis CI isn't related to buildbot (autobot? Transformers?). It just builds pull requests/master automatically to make sure the project is compiling without errors. Build bot makes new build on every new commit/merge to master. Thanks for the answer. (autobot? Transformers?) ![]() ![]() ![]() |