BlockchainCommons / seedtool-cli

Cryptographic Seed Tool for the command line
Other
27 stars 16 forks source link

github actions: build/test on Linux and MacOS #41

Closed gorazdko closed 3 years ago

gorazdko commented 3 years ago

Abstract

Should work, have tested in my repo: https://github.com/gorazdko/bc-seedtool-cli/actions

Admin can then add required checks/rules (Settings->branches), for example only for MacOS build. In addition, badges can be added to the README to see the last status of building the master branch

ChristopherA commented 3 years ago

@wolfmcnally — I'd like us to start using github actions on commit that do at least the basic tests for linux. Can you review, merge, and install these actions?

wolfmcnally commented 3 years ago

I'd like us to start using github actions on commit that do at least the basic tests for linux. Can you review, merge, and install these actions?

I've added this to my task list.