analogdevicesinc / precision-converters-firmware

Precision Converters Embedded Firmware Repository
https://analogdevicesinc.github.io/precision-converters-firmware/
Apache License 2.0
16 stars 18 forks source link

.github/workflows: Added initial build support based on github actions #32

Closed mphalke closed 1 year ago

mphalke commented 1 year ago

Created build .yaml file to build all the projects

ribdp commented 1 year ago

If change is detected in any particular project folder, the build is triggered for that project

Is this implemented in the yaml file?

mphalke commented 1 year ago

If change is detected in any particular project folder, the build is triggered for that project

Is this implemented in the yaml file?

No, updated the comment now. Need to work on that yet

CMinajigi commented 1 year ago

is this building projects now? How can we add matrix combination here.

mphalke commented 1 year ago

is this building projects now? How can we add matrix combination here.

is this building projects now? How can we add matrix combination here.

Yes all projects are building with default matrix combinations. Adding project based matrix combination is not in the scope of this PR and need to work on that in near future

mphalke commented 1 year ago

Hi all, any other comments?