From 41a16c28bfaf55ef8ea57814fdbe5716a6ae44bd Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Fri, 8 Jun 2018 23:52:17 -0500 Subject: [PATCH] Packager setup for automated releases --- .gitignore | 4 ++++ .pkgmeta | 1 - .travis.yml | 14 ++++++++++++++ AnnoyingPopupRemover.toc | 6 +++++- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index 783d8fd..7cbf8d7 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,7 @@ $RECYCLE.BIN/ Network Trash Folder Temporary Items .apdisk + + +# Local extra files +Extras/ diff --git a/.pkgmeta b/.pkgmeta index 5badc34..06127d1 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -4,4 +4,3 @@ enable-nolib-creation: no ignore: # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself. - README.md -license-output: LICENSE.txt diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d9020b4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +sudo: false +language: c + +addons: + apt: + packages: + - pandoc + +script: curl -sO https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh +after_script: bash release.sh -g 7.3.5 + +branches: + only: + - /^[vV]?\d+\.\d+(\.\d+)?(-\S*)?$/ diff --git a/AnnoyingPopupRemover.toc b/AnnoyingPopupRemover.toc index a22abe4..cfd1c27 100644 --- a/AnnoyingPopupRemover.toc +++ b/AnnoyingPopupRemover.toc @@ -1,9 +1,13 @@ ## Interface: 70300 ## Title: Annoying Popup Remover ## Version: @project-version@ -## Notes: Removes the annoying confirmation popup that appears when looting or rolling on bind-on-pickup items, or depositing modified items into void storage, or deleting "good" items. ## Author: KyrosKrane Sylvanblade +## Notes: Removes the annoying confirmation popup that appears when looting or rolling on bind-on-pickup items, or depositing modified items into void storage, or deleting "good" items. + ## SavedVariablesPerCharacter: APR_DB ## OptionalDeps: Blizzard_VoidStorageUI +## X-Curse-Project-ID: 93154 +## X-WoWI-ID: 23631 + AnnoyingPopupRemover.lua -- 1.7.9.5