Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
67ff8892
Commit
67ff8892
authored
Jun 01, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI
parent
ebfc47da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
20 deletions
+19
-20
.travis.yml
.travis.yml
+18
-20
package.json
package.json
+1
-0
No files found.
.travis.yml
View file @
67ff8892
language
:
node_js
node_js
:
node
os
:
-
linux
-
osx
-
linux
-
osx
dist
:
trusty
sudo
:
required
env
:
npm_config_target
:
'
$(npm
show
electron
version)'
npm_config_target
:
$(npm show electron version)
npm_config_arch
:
x64
npm_config_target_arch
:
x64
npm_config_disturl
:
https://atom.io/download/atom-shell
npm_config_runtime
:
electron
npm_config_build_from_source
:
true
global
:
secure
:
KsebO9wNxM2RfUGg6Y0E4hRdXzQLNe1fdB1AOV5U1LddLGZYTYvsknPL6oyjOV3vY5ed7wueErt1GCDjEZJMdox0rMUEZ9HH8umwUoJi2uS6LoaU31yWNCCbPbpdtJw3rohzNvEtxd1Y01U5msKPuUd4M5mt/RKlPPPR/L5H178=
addons
:
apt
:
packages
:
-
icnsutils
-
graphicsmagick
-
xz-utils
-
icnsutils
-
graphicsmagick
-
xz-utils
cache
:
directories
:
-
node_modules
-
$HOME/.electron
-
$HOME/.cache
before_install
:
-
env
-
openssl aes-256-cbc -K $encrypted_9f35b7f09ebe_key -iv $encrypted_9f35b7f09ebe_iv -in ssh-key.enc -out $HOME/.ssh/id_ecdsa -d
-
chmod 600 $HOME/.ssh/id_ecdsa
-
env
-
openssl aes-256-cbc -K $encrypted_9f35b7f09ebe_key -iv $encrypted_9f35b7f09ebe_iv
-
in ssh-key.enc -out $HOME/.ssh/id_ecdsa -d
-
chmod 600 $HOME/.ssh/id_ecdsa
install
:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir -p bin; curl --location --retry 5 https://github.com/aria2/aria2/releases/download/release-1.29.0/aria2-1.29.0-osx-darwin.tar.bz2 | tar --strip-components=2 -C bin -jxf - aria2-1.29.0/bin/aria2c; fi
-
npm install
-
npm prune
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir -p bin; curl --location --retry
5 https://github.com/aria2/aria2/releases/download/release-1.29.0/aria2-1.29.0-osx-darwin.tar.bz2
| tar --strip-components=2 -C bin -jxf - aria2-1.29.0/bin/aria2c; fi
-
npm install
-
npm prune
script
:
-
npm run dist
-
npm run dist
package.json
View file @
67ff8892
...
...
@@ -12,6 +12,7 @@
"lint"
:
"tslint ./app/*.ts -t verbose"
,
"pack"
:
"tsc && build --dir"
,
"dist"
:
"tsc && build"
,
"release"
:
"tsc && build"
,
"build:aot"
:
"ngc -p tsconfig-aot.json && rollup -c rollup-config.js"
,
"tsc"
:
"tsc"
,
"i18n"
:
"ng-xi18n && sed -i.bak 's/source-language=
\"
en
\"
/source-language=
\"
zh-CN
\"
/' messages.xlf"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment