boostorg / winapi

Windows API declarations without <windows.h>, for internal Boost use.
62 stars 58 forks source link

add appveyor and travis ci #48

Closed jeking3 closed 6 years ago

jeking3 commented 6 years ago

Build results: https://github.com/jeking3/winapi/pull/1

I don't have it exercising all of the available platform SDK versions, though I think that would be really sweet, I'm hoping the selection of compilers will exercise enough.

The travis job is simple and just to make sure nobody broke linux somehow with a change.

This fixes #46.

jeking3 commented 6 years ago

This set of changes exercises different compilers but not all of the compile-time branches. I am going to add more build jobs to test each of the BOOST_WINAPIVERSION constants as well as BOOST_USE_WINDOWS_H to make sure we're testing the entire set of possible combinations.

jeking3 commented 6 years ago

Closing this PR until I have it stable.