Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
689e7ce1
Commit
689e7ce1
authored
9 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
Fix: remove x86 binary packaging (not handled by Travis)
parent
a811c8a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-9
2 additions, 9 deletions
.travis.yml
with
2 additions
and
9 deletions
.travis.yml
+
2
−
9
View file @
689e7ce1
...
@@ -17,19 +17,13 @@ after_success:
...
@@ -17,19 +17,13 @@ after_success:
before_deploy
:
before_deploy
:
# Download & embed Nodejs binary
# Download & embed Nodejs binary
-
NVER=`node -v`
-
NVER=`node -v`
-
wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x86.tar.gz
-
wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
-
wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
-
tar xzf node-${NVER}-linux-x86.tar.gz
-
tar xzf node-${NVER}-linux-x64.tar.gz
-
tar xzf node-${NVER}-linux-x64.tar.gz
-
mv node-${NVER}-linux-x64 node
-
mv node-${NVER}-linux-x64 node
-
rm node-${NVER}-linux-x64.tar.gz
-
rm node-${NVER}-linux-x64.tar.gz
# Clean testing packages
# Clean testing packages
-
npm prune --production
-
npm prune --production
-
tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "node-${NVER}-linux-x86.tar.gz" --exclude "node-${NVER}-linux-x86"
-
tar czf ../ucoin-x64.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share"
-
rm -Rf node
-
mv node-${NVER}-linux-x86 node
-
rm node-${NVER}-linux-x86.tar.gz
-
tar czf ../ucoin.32bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share"
# Releases deployed on GitHub
# Releases deployed on GitHub
deploy
:
deploy
:
...
@@ -38,8 +32,7 @@ deploy:
...
@@ -38,8 +32,7 @@ deploy:
api_key
:
api_key
:
secure
:
feyz5YmzYj6g6ZJKAv7u3pp9j9OY6oL4Pcx8mkha25BT1kEIu7lzvkZu4mJAIDjCxJjEkce3fNGXhRICqoMhRy/FK5dUUTpmP3KoMLNNJboO+MhDqjPEb6OYyafikSWnm0BszPL38FzSYMdmvNZ6WirOyVfrdzVPgU6MG0D99w8=
secure
:
feyz5YmzYj6g6ZJKAv7u3pp9j9OY6oL4Pcx8mkha25BT1kEIu7lzvkZu4mJAIDjCxJjEkce3fNGXhRICqoMhRy/FK5dUUTpmP3KoMLNNJboO+MhDqjPEb6OYyafikSWnm0BszPL38FzSYMdmvNZ6WirOyVfrdzVPgU6MG0D99w8=
file
:
file
:
-
../ucoin.32bits.tar.gz
-
../ucoin-x64.tar.gz
-
../ucoin.64bits.tar.gz
on
:
on
:
repo
:
ucoin-io/ucoin
repo
:
ucoin-io/ucoin
tags
:
true
tags
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment