Skip to content

Commit

Permalink
[ci] Try out an npm package with CI deployment.
Browse files Browse the repository at this point in the history
This also necessarily makes this our first tagged commit. Yay?
  • Loading branch information
kirb committed Nov 5, 2017
1 parent 8586dde commit ce373a4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,11 @@ before_install:
script:
# launch the test script
- ./extras/ci/test-github-projects.sh

deploy:
- provider: npm
email: adam@hbang.ws
api_key:
secure: YjSkpUQMVAJeT+V3J2Ew84Jw9+cZKsv3CG4acPcShEHUbnb/9YEp1sscnejlJYwEdXayqNYTd7LNelOnQYl7TVC2jcYpMtC744j8R4PbewZOGM2fviDi8R0HEcJStTvsq6MQFphl54aEpqOFfZLE2UrY/BirfDFwJXbJUWp0ypY=
on:
tags: true
31 changes: 31 additions & 0 deletions package.json
@@ -0,0 +1,31 @@
{
"name": "theos",
"version": "2.0.0",
"description": "A cross-platform build system for creating iOS, macOS, Linux, and Windows programs.",
"author": "Theos",
"license": "GPL-3.0",
"homepage": "https://theos.github.io/",
"bugs": "https://github.com/theos/theos/issues",

"repository": {
"type": "git",
"url": "git+https://github.com/theos/theos.git"
},

"keywords": [
"build",
"ios",
"iphone",
"mac",
"jailbreak",
"objc"
],

"bin": {
"logos": "./bin/logos.pl",
"logify": "./bin/logify.pl",
"nic": "./bin/nic.pl",
"nicify": "./bin/nicify.pl",
"denicify": "./bin/denicify.pl"
}
}

0 comments on commit ce373a4

Please sign in to comment.