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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
4378df4e
Commit
4378df4e
authored
8 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Missing duniter-ui in the build of duniter-server.deb
parent
852021f9
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
ci/travis/before_deploy.sh
+3
-2
3 additions, 2 deletions
ci/travis/before_deploy.sh
with
3 additions
and
2 deletions
ci/travis/before_deploy.sh
+
3
−
2
View file @
4378df4e
...
@@ -85,7 +85,7 @@ if [[ ! -f before_deploy ]]; then
...
@@ -85,7 +85,7 @@ if [[ ! -f before_deploy ]]; then
cd
..
cd
..
# -------------------------------------------------
# -------------------------------------------------
# Build Desktop version (N
ode
.js is embedded
, not Nw.js
)
# Build Desktop version (N
w
.js is embedded)
# -------------------------------------------------
# -------------------------------------------------
# Create .deb tree + package it
# Create .deb tree + package it
...
@@ -108,7 +108,7 @@ if [[ ! -f before_deploy ]]; then
...
@@ -108,7 +108,7 @@ if [[ ! -f before_deploy ]]; then
mv
duniter-x64.deb ../duniter-desktop-
${
TRAVIS_TAG
}
-
${
TRAVIS_OS_NAME
}
-x64
.deb
mv
duniter-x64.deb ../duniter-desktop-
${
TRAVIS_TAG
}
-
${
TRAVIS_OS_NAME
}
-x64
.deb
# -------------------------------------------------
# -------------------------------------------------
# Build
Desktop
version (Node.js is embedded, not Nw.js)
# Build
Server
version (Node.js is embedded, not Nw.js)
# -------------------------------------------------
# -------------------------------------------------
# Remove Nw.js
# Remove Nw.js
...
@@ -118,6 +118,7 @@ if [[ ! -f before_deploy ]]; then
...
@@ -118,6 +118,7 @@ if [[ ! -f before_deploy ]]; then
cd
desktop_release/sources/
cd
desktop_release/sources/
rm
-rf
node_modules
rm
-rf
node_modules
npm
install
--production
npm
install
--production
npm
install
duniter-ui
--production
# Download Node.js and package it with the sources
# Download Node.js and package it with the sources
wget http://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-x64
.tar.gz
wget http://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-x64
.tar.gz
...
...
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