gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
384 stars 25 forks source link

Create binaries automatically from tags #141

Closed grovesNL closed 6 years ago

grovesNL commented 6 years ago

We would like to use the same method as trust to generate binaries and attach to GitHub releases (which are just tags). We can use this both for fixed releases and "latest" rolling releases in which the tag is simply moved (like https://github.com/KhronosGroup/SPIRV-Tools/releases/tag/master-tot).

To get started with .travis.yml changes:

The appveyor.yml setup is similar though I haven't looked into it as much yet.

kvark commented 6 years ago

This was implemented in a series of commits, huge thanks to @grovesNL for championing this!