silverwind / idTip

WoW Addon: Adds IDs to the ingame tooltips
BSD 2-Clause "Simplified" License
41 stars 32 forks source link

Package with BigWigMods packager script #57

Closed datagutten closed 4 years ago

datagutten commented 4 years ago

BigWigMods packager script allows automatic building for both classic and retail with some tags in the toc file to separate the interface tags. A .travis.yml is added to run the packaging on Travis CI.

kemayo commented 4 years ago

Might make more sense to do it with GitHub Actions? Doesn't require @silverwind to set up a separate external service.

Either way, they'd need to set up secrets on those services, so this pull request can't be merged without some extra work.

silverwind commented 4 years ago

Yes, should be on GitHub Actions, I've given up on Travis a long time ago. If there's some docs on this, I may be able to implement, but certainly not with removal of the Makefile.

silverwind commented 4 years ago

I see the docs at https://github.com/BigWigsMods/packager#releasesh are pretty extensive. Maybe I'll consider it later but right now it seems a lot of work for not much gain because I release rather infrequently.