Skip to content

Commit

Permalink
Merge pull request novnc#910 from novnc/infra/publish
Browse files Browse the repository at this point in the history
Set up for Publishing on NPM
  • Loading branch information
DirectXMan12 authored Oct 5, 2017
2 parents 4a818a7 + 458d4e6 commit 75393e6
Show file tree
Hide file tree
Showing 7 changed files with 3,434 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ utils/websockify
recordings
*.swp
*~
noVNC-*.tgz
50 changes: 33 additions & 17 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
app
core
vendor
.gitmodules
node_modules
# infra JS
/build/
/node_modules/
/tests/
/utils/
/recordings/
/vendor/sinon.js

# noVNC application files
/app
/vendor/browser-es-module-loader
/vendor/promise.js
/vnc.html
/vnc_lite.html

# raw translation files
/po

# config files
/.travis.yml
/karma.conf.js

# various other files
/.gitmodules
.*
*~
*.swp
*.swo
tests
.travis.yml
utils
docs/notes
docs/links
docs/release.txt
docs/rfb_notes
docs/*.pdf
vnc.html
vnc_lite.html
karma.conf.js
docs/flash_policy.txt

# documentation (except licenses)
/docs/notes
/docs/links
/docs/release.txt
/docs/rfb_notes
/docs/*.pdf
/docs/flash_policy.txt
/CONTRIBUTING.md
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,22 @@ addons:
username: "directxman12"
jwt:
secure: "d3ekMYslpn6R4f0ajtRMt9SUFmNGDiItHpqaXC5T4KI0KMEsxgvEOfJot5PiFFJWg1DSpJZH6oaW2UxGZ3duJLZrXIEd/JePY8a6NtT35BNgiDPgcp+eu2Bu3rhrSNg7/HEsD1ma+JeUTnv18Ai5oMFfCCQJx2J6osIxyl/ZVxA="
stages:
- test
- name: deploy
if: tag is PRESENT
jobs:
include:
- stage: deploy
script: skip
before_script: skip
deploy:
provider: npm
email: [email protected]
api_key:
secure: cIidkFmvkdmdwWsqBpxyPUCzBqgK8LhPiNxTrIfhwbUunMsJep9MiiBJtv8poVYG2Y4yfiZmqGn4nfetUdc/LDctd73j+/EM4Z/NUDexVAhJ+9/qCogvpJsSQ96VQo7yBceW4E1fBM3WCU0kcGToYIVSSrwvvRDtJfeYJf2Qqw0=
on:
tags: true
repo: novnc/noVNC


2 changes: 1 addition & 1 deletion docs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
1.0.0-testing.2
Loading

0 comments on commit 75393e6

Please sign in to comment.