Skip to content

Commit

Permalink
Added auto packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Sep 16, 2019
1 parent a4ffc23 commit 59793e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package-as: AutoLoggerClassic
enable-nolib-creation: no

ignore:
- 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:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

0 comments on commit 59793e2

Please sign in to comment.