You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/15 15:57:21 UTC

[GitHub] [incubator-nuttx] btashton commented on issue #261: Initial checkin nuttx github action CI workflow

btashton commented on issue #261: Initial checkin nuttx github action CI workflow
URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-586612755
 
 
   Yeah this needs some work. The build job should be abstracted so you can give it a target. Then a build job is defined for each target. That way we can run against all of the configurations including non Linux configs and do them in parallel. 
   
   This is normally done by breaking the core of this into it's own action that you then refer to. That can be in this repo or in another. 
   
   Also reinstalling dependencies every job is expensive. We should create a container with everything already setup.  

----------------------------------------------------------------
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