samueltangz / swift-noise-protocol

Noise protocol implemented in Swift.
https://samueltangz.github.io/swift-noise-protocol/
MIT License
8 stars 4 forks source link

Migrate out from CircleCI for continuous integration #14

Closed samueltangz closed 3 years ago

samueltangz commented 3 years ago

I used CircleCI during my initial input for the project. However, it is not free to run with macOS machines. Let's find a free alternative.

edwellbrook commented 3 years ago

GitHub actions is free for public repos. I have experience with it and I'll get it set up.

You can assign this to me.