build.yaml 506 B

1234567891011121314151617181920
  1. # This file generates the GitHub Actions matrix
  2. # For simple board + shield combinations, add them
  3. # to the top level board and shield arrays, for more
  4. # control, add individual board + shield combinations to
  5. # the `include` property, e.g:
  6. #
  7. # board: [ "nice_nano_v2" ]
  8. # shield: [ "corne_left", "corne_right" ]
  9. # include:
  10. # - board: bdn9_rev2
  11. # - board: nice_nano_v2
  12. # shield: reviung41
  13. #
  14. ---
  15. include:
  16. - board: nice_nano_v2
  17. shield: corne_left
  18. - board: nice_nano_v2
  19. shield: corne_right