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
0ffdf513
Commit
0ffdf513
authored
6 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[fix] CI: leveldown patch for Windows release was incorrect
parent
c3412163
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
release/arch/windows/build.bat
+3
-3
3 additions, 3 deletions
release/arch/windows/build.bat
with
3 additions
and
3 deletions
release/arch/windows/build.bat
+
3
−
3
View file @
0ffdf513
...
...
@@ -64,9 +64,6 @@ git checkout %DUNITER_TAG%
call
npm
cache
clean
call
npm
install
echo
"Patch de leveldown..."
move
%cd%
\node_modules\leveldown\package.json
%cd%
\node_modules\leveldown\package.json.back
/s /e /Y
move
%cd%
\release\resources\leveldown
-fix
.json
%cd%
\node_modules\leveldown\package.json
/s /e /Y
REM call npm test
echo
"Ajout du module 1/1 (duniter-ui)..."
call
npm
install
duniter
-ui
@1.7.x
--save --production
...
...
@@ -96,6 +93,9 @@ call node-pre-gyp --runtime=node-webkit --target=%NW_VERSION% --msvs_version=201
copy
%cd%
\lib\binding\Release\node
-webkit
-
%NW_RELEASE%
-win
32
-x
64
\naclb.node
%cd%
\lib\binding\Release\node
-v
%ADDON_VERSION%
-win
32
-x
64
\naclb.node
/Y
cd
../leveldown
call
npm
install
--build-from-source
echo
"Patch de leveldown..."
move
package
.json
package
.json.back
move
%cd%
\..\..\release\resources\leveldown
-fix
.json
package
.json
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
configure
call
node
-pre-gyp --runtime
=
node
-webkit --target
=
%NW_VERSION%
--msvs
_version
=
2015
build
mkdir
%cd%
\lib
...
...
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