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
27cefd5b
Commit
27cefd5b
authored
8 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[enh] Change WebUI building
parent
433bb294
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+0
-1
0 additions, 1 deletion
appveyor.yml
ci/travis/before_deploy.sh
+3
-10
3 additions, 10 deletions
ci/travis/before_deploy.sh
with
3 additions
and
11 deletions
appveyor.yml
+
0
−
1
View file @
27cefd5b
...
...
@@ -48,7 +48,6 @@ after_test:
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v%ADDON_VERSION%-win32-x64\node_sqlite3.node /Y
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../..
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %cd%\node_modules\duniter-ui\node_modules
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
...
...
This diff is collapsed.
Click to expand it.
ci/travis/before_deploy.sh
+
3
−
10
View file @
27cefd5b
...
...
@@ -15,24 +15,17 @@ if [[ ! -f before_deploy ]]; then
NW
=
"nwjs-
${
NW_RELEASE
}
-linux-x64"
NW_GZ
=
"
${
NW
}
.tar.gz"
# Clean test
ing
packages
# Clean test
and UI
packages
npm prune
--production
rm
-Rf
node_modules/duniter-ui/node_modules
SRC
=
`
pwd
`
cd
..
cp
-r
$SRC
npm_
# This one should no more be touched
# Install UI (common to desktop and server)
cd
$SRC
npm
install
duniter-ui
rm
-Rf
node_modules/duniter-ui/node_modules
cd
..
cp
-r
$SRC
desktop_
# Remove git files
rm
-Rf
.git
rm
-Rf
.git
"
$SRC
/.git"
# -------------------------------------------------
# Build Desktop version (Nw.js is embedded)
...
...
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