dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

Speed up CI eg by only having one "coverage" build #125

Open mohawk2 opened 4 years ago

mohawk2 commented 4 years ago

The coverage change seems to speed up builds by 10-20 secs.

Before: https://travis-ci.org/dbsrgits/sql-translator/builds/659623461 (albeit without the now-available pre-built 5.8-5.12) After: https://travis-ci.org/dbsrgits/sql-translator/builds/659640778

mohawk2 commented 4 years ago

Using Travis's cache (of only the site_perl dir) seems to save a further 60 secs on each build, since the deps-installing only needs to check versions haven't changed: https://travis-ci.org/dbsrgits/sql-translator/builds/659659518