Skip to content

Commit

Permalink
Simple support for packaging into win executables.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed May 17, 2019
1 parent 2e6fbec commit 060ccc0
Show file tree
Hide file tree
Showing 4 changed files with 2,065 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/
node_modules/
.vscode/
output/
Expand Down
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: node_js
node_js:
- "10"
- '10'

deploy:
provider: npm
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_AUTH_TOKEN
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file: bin/*
on:
tags: true
Loading

0 comments on commit 060ccc0

Please sign in to comment.