terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
135 stars 47 forks source link

Migrate to Azure CI #77

Closed gurpreet- closed 4 years ago

gurpreet- commented 4 years ago

SemaphoreCI, although a fantastic CI service, does not have multi-platform testing. We need to be able to test Lazysodium on a variety of platforms so that we can be sure that Lazysodium is operating as intended in a clean environment.

It can also help provide more context surrounding existing bugs (#73, #56).

gurpreet- commented 4 years ago

TravisCI does not have fool-proof Windows support. So AzureCI is the next one up. In fact it has just been fully configured in commit 175934ec244a1d987b5f92e274704415c12327fe!