Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Automatically deploy packages #22

Closed Manu343726 closed 8 years ago

Manu343726 commented 8 years ago

Last changes on reflection-demangling branch add library packaging setup (built libraries, headers, built examples, and examples sources are packaged), and automatic packaging as part of CI builds. Deploy is missing, we need github credentials to deploy to github releases.

Here are the github deploy to github docs: https://docs.travis-ci.com/user/deployment/releases/

I prefer the user/password approach, it's simpler than getting access tokens.

Ping @AlvarBer