html-extract / hext.js

Use Hext in a browser or with node. Hext is a domain-specific language for extracting structured data from HTML documents.

Home Page:https://hext.thomastrapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI integration and automated releases

thomastrapp opened this issue · comments

I am going to add automated Travis CI builds and automated releases, that are uploaded to Github when a tag was created.

Done!

To trigger a new release, create a new tag, e.g.

git tag v0.1.3
git push origin master --tags

Travis CI will then build hext-emscripten, create a new draft release, and append the files hext-emscripten.html, hext-emscripten.js and hext-emscripten.wasm.