Skip to content

Commit

Permalink
WoWInterface auto packing support
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Aug 25, 2019
1 parent 96684c5 commit ab253b9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package-as: FieldGuide
enable-nolib-creation: no

ignore:
- README.md
- README.md
- .travis.yml
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: c

addons:
apt:
packages:
- pandoc

script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash

branches:
only:
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
1 change: 1 addition & 0 deletions FieldGuide.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Version: @project-version@
## SavedVariablesPerCharacter: FieldGuideOptions
## OptionalDeps: TomTom
## X-WoWI-ID: 25176

# Load libraries.
Libraries\LibStub\LibStub.lua
Expand Down

0 comments on commit ab253b9

Please sign in to comment.