iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

add Github Actions for Continuous Integration #97

Closed bernardoaraujor closed 4 years ago

bernardoaraujor commented 4 years ago

Public repos should have Continuous Integration (CI) to ensure that the codebase is healthy.

I made CMake resolve some dependencies and added a new workflow file for Github Actions. Also added the badge to the README.

strahinjagolic commented 4 years ago

No objections

bernardoaraujor commented 4 years ago

@djordjeglbvc please let me know when you have reviewed this so I can merge it

djordjeglbvc commented 4 years ago

@bernardoaraujor maybe move sqlite3 fetching to new cmake module, so we don't have copy/pasted code? Otherwise lgtm.

bernardoaraujor commented 4 years ago

@djordjeglbvc check https://github.com/iotaledger/access/pull/97/commits/30d74ff454c6a24af179d463d741ea7119674d94