Skip to content

Commit

Permalink
packager setup
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Jul 30, 2019
1 parent caa0828 commit f172d73
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package-as: ClassicSpellActivations

enable-nolib-creation: no

manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

ignore:
CHANGELOG.md
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions ClassicSpellActivations.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
## Notes: Shows you the shiny
## Author: d87

## X-WoWI-ID: 25000

ClassicSpellActivations.lua

0 comments on commit f172d73

Please sign in to comment.