summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2017-07-19Use AppVeyor to deploy to GitHub ReleasesTim Foley
- 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
2017-06-09Initial import of code.Tim Foley