dr-leo / PyHyphen

Other
10 stars 5 forks source link

Ditch Appveyor in favour of Gihub actions #2

Closed regisb closed 3 years ago

regisb commented 4 years ago

Github actions is a recently-released CI/CD framework that provides Linux, Mac OS and Windows builds: https://github.com/features/actions

I suggest we migrate away from Appveyor and instead start using Githuib Actions. The reason for this move is that it's difficult to administer Appveyor from two different accounts. Also, I'd like to learn how to use github actions ;)

@dr-leo what do you think?

dr-leo commented 4 years ago

Agreed.

On 19/11/2019, Régis Behmo notifications@github.com wrote:

Github actions is a recently-released CI/CD framework that provides Linux, Mac OS and Windows builds: https://github.com/features/actions

I suggest we migrate away from Appveyor and instead start using Githuib Actions. The reason for this move is that it's difficult to administer Appveyor from two different accounts. Also, I'd like to learn how to use github actions ;)

@dr-leo what do you think?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/dr-leo/PyHyphen/issues/2

dr-leo commented 3 years ago

See #5