From f172d73674768c8613b03c7e966d2fe3132ac978 Mon Sep 17 00:00:00 2001 From: d87 Date: Wed, 31 Jul 2019 05:50:56 +0700 Subject: [PATCH] packager setup --- .pkgmeta | 10 ++++++++++ .travis.yml | 21 +++++++++++++++++++++ ClassicSpellActivations.toc | 2 -- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 .pkgmeta create mode 100644 .travis.yml diff --git a/.pkgmeta b/.pkgmeta new file mode 100644 index 0000000..67a380f --- /dev/null +++ b/.pkgmeta @@ -0,0 +1,10 @@ +package-as: ClassicSpellActivations + +enable-nolib-creation: no + +manual-changelog: + filename: CHANGELOG.md + markup-type: markdown + +ignore: + CHANGELOG.md diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4cd0e01 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: minimal + +addons: + apt: + packages: + - luarocks + +install: luarocks install --local luacheck + +before_script: /home/travis/.luarocks/bin/luacheck . --no-color -qo "011" + +script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash + +branches: + only: + - /^\d+\.\d+(\.\d+)?(-\S*)?$/ + +notifications: + email: + on_success: never + on_failure: always \ No newline at end of file diff --git a/ClassicSpellActivations.toc b/ClassicSpellActivations.toc index ad074f1..eb24405 100644 --- a/ClassicSpellActivations.toc +++ b/ClassicSpellActivations.toc @@ -3,6 +3,4 @@ ## Notes: Shows you the shiny ## Author: d87 -## X-WoWI-ID: 25000 - ClassicSpellActivations.lua \ No newline at end of file