pedro-vicente / nostr_client_relay

Nostr client and relay is a C++ engine that allows to build Nostr applications for command line, desktop or web.
https://nostro.cloud/
Other
20 stars 10 forks source link

make: ubuntu-matrix: github workflow with act config #5

Closed RandyMcMillan closed 1 year ago

RandyMcMillan commented 1 year ago

Install docker: https://docs.docker.com/engine/install

Install make: apt install make or brew install make

Install act tool: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash or brew install act

Try: make make help make ubuntu-matrix make ubuntu-matrix reuse=true make ubuntu-matrix reuse=true bind=true

RandyMcMillan commented 1 year ago

This is a basic config.

More config to follow.

passing: https://github.com/gnostr-org/nostr-cpp/actions/runs/5305677792

RandyMcMillan commented 1 year ago

act screenshots:

Screen Shot 2023-06-18 at 4 56 17 PM

Screen Shot 2023-06-18 at 4 57 00 PM

RandyMcMillan commented 1 year ago

I have pre-release and release scripting as well...

I will follow up with those...

Screen Shot 2023-06-18 at 5 02 23 PM