Thread Tools Display Modes
10-24-18, 01:50 PM   #1
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by p3lim View Post
That should work fine, although I'd escape the punctuations (many regex parsers are picky).
Could you show me your .travis.yml file?
Code:
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+(\.\d+)?$
Just tried it with the escaped punctuation but still got not included by config error.

Bah I think I see the problem already... forgot the /'s
  Reply With Quote
10-24-18, 02:04 PM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Rythal View Post
Bah I think I see the problem already... forgot the /'s
There you go

I mentioned an alternative to the Travis method here, which eliminates the need to verify tag structure (it just assumes any tag is a release-ready version).
(Plus, it's easier to set up and expand upon )

Last edited by p3lim : 10-24-18 at 02:58 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Tutorials & Other Helpful Info. » Guide: Automagically package and publish addons


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off