You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/08/20 16:07:07 UTC

[GitHub] [incubator-daffodil] stevedlawrence opened a new pull request #266: Add Github Actions continuous integration configuration

stevedlawrence opened a new pull request #266: Add Github Actions continuous integration configuration
URL: https://github.com/apache/incubator-daffodil/pull/266
 
 
   GitHub Actions (currently in beta, but enabled for Apache projects) has
   a lot of nice features compared to TravisCI. We get more memory, it
   supports Windows, it averages about 5-10 minutes faster, builds all
   matrices at the same time, and it can split build steps into separate
   sections making it easier to find why something fails.
   
   This adds a configuration to enable builds for Java 8, 9, and 11, Scala
   2.11 and 2.12, and Windows and Linux. There are some limitations to the
   config file that make it difficult to reduce some duplication, but
   hopefully those issues will be resolved by the time it comes out of
   beta.
   
   DAFFODIL-498

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services