hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Travis CI is no longer supported #148

Closed ryjones closed 3 years ago

ryjones commented 3 years ago

Travis CI has changed how open source projects are supported, and Hyperledger can no longer build there. I suggest Azure Pipelines or GitHub Actions as a replacement.

tmarkovski commented 3 years ago

Thanks. I'll look into GitHub actions - last time I tried with Azure Pipelines, build would randomly timeout due to memory cap.

tmarkovski commented 3 years ago

@ryjones We will need to merge in #149 without CI validation, to continue with this. I am working on adding gh actions to the CI in a separate PR. We will still have Azure Pipelines as validation step, so we should be good.