|
- Change naming convention for output directory
- `windows-x86` and `windows-x64`
- Lower-case for `debug`, `release`
- Test script needed to be patched up for this
- Add packaging and deployment logic to AppVeyor CI script
- Trigger deployment on new tag
- Compute a release version based on Git tag name (`vX.Y.Z` becomes `X.Y.Z`)
- Fallback to hash in case tag isn't available (it should always be)
- Bundle files into a few artifacts (binary package + source package)
- Set up to push those files into existing GitHub tag/release
|