bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

feat: add ci #565

Closed okwasniewski closed 7 months ago

okwasniewski commented 7 months ago

This PR implements CI which builds GENie for each platform and uploads an artifact.

This allows you to easily bump versions of GENie in bx library.

Artifacts can be downloaded from Actions > [Action] > Artifacts:

image

okwasniewski commented 7 months ago

I guess you need to enable actions to make it work

bkaradzic commented 7 months ago

This is cool! :+1:

bkaradzic commented 7 months ago

There is warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.