lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k stars 472 forks source link

Setup continuous integration builds for Windows and Linux #58

Closed lewissbaker closed 6 years ago

lewissbaker commented 7 years ago

Consider using AppVeyor for Windows builds and perhaps Travis CI for Linux builds.

lewissbaker commented 7 years ago

I now have a Windows CI build setup using AppVeyor. Still need to setup the Linux CI build.

lewissbaker commented 6 years ago

Both Linux and Windows CI builds are up and running. Closing.