roji / AsyncRewriter

Uses Roslyn to rewrite synchronous C# methods into async counterparts
MIT License
54 stars 10 forks source link

Add CI for linux/coreclr #11

Open friism opened 8 years ago

friism commented 8 years ago

This is simple CI to ensure that the build completes on Linux. I recommend adding similar Windows tests with Appveyor.

I can rebase this if you merge the dnxcore fix first