Hello, As some people are already aware, new pushes to dev branches in git are now built by travis (on an hourly basis). This allows patches to be fully tested (including unit tests!) before landing them or submitting them for review.
One thing to keep in mind is that our CI builds now make heavy use of caching to speed up builds. This means that any time a branch is built more than once, the build will be significantly faster. Caches in CI are based on the branch name. This means that as long as you keep using the same dev branch name, e.g., devs/myname/citest, you will always reuse the cache and continue to receive the speedups that it provides. Regards, Mike ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
