dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

chore(ci): CI with Github Actions #202

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

We experiencing several problems with Travis CI. It is slow and does not allow to restart builds.

What was done?

Introduce Github Action workflows for running tests and releasing.

How Has This Been Tested?

With Github Actions

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only

/set-var install-sdk-version=3.18.1

strophy commented 3 years ago

Build output looks like this: https://www.npmjs.com/package/dash-strophy-test

strophy commented 3 years ago

Closed in favor of #204