symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
13 stars 10 forks source link

Ditch AppVeyor #104

Open skoppe opened 2 years ago

skoppe commented 2 years ago

In https://github.com/symmetryinvestments/imap-d/pull/102 @maxhaton moved from travis over to github actions.

The moment the request was merged, the CI on master failed for appveyor. Since github actions supports windows as well I figured we can migrate completely to it.

I opened https://github.com/symmetryinvestments/imap-d/pull/103, but it doesn't quite work. On windows it complains about missing libssl. I see there is already an issue https://github.com/symmetryinvestments/imap-d/issues/96 for it.

I noticed in the appveyor config we build the example using the appveyor config.

We should probably include that at the root library.


Another reason for ditching appveyor is the complex config file as well as the fact that it is currently setup to run on @otrho account.

kinke commented 2 years ago

Solved in #107.