Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
b9f9387e
Commit
b9f9387e
authored
Jul 13, 2016
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Nw.js back from 0.15.4 to 0.14.5, cause need to rebuild external modules
parent
ec0f7de5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
ci/travis/before_deploy.sh
+1
-1
1 addition, 1 deletion
ci/travis/before_deploy.sh
with
3 additions
and
3 deletions
appveyor.yml
+
2
−
2
View file @
b9f9387e
...
@@ -32,8 +32,8 @@ after_test:
...
@@ -32,8 +32,8 @@ after_test:
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set SRC=%cd%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set SRC=%cd%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %SRC%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %SRC%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy misc\MSVSVersion.py %APPDATA%\npm\node_modules\nw-gyp\gyp\pylib\gyp\MSVSVersion.py
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy misc\MSVSVersion.py %APPDATA%\npm\node_modules\nw-gyp\gyp\pylib\gyp\MSVSVersion.py
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_VERSION=0.1
5.4
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_VERSION=0.1
4.5
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_RELEASE=v0.1
5.4
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_RELEASE=v0.1
4.5
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %NW_RELEASE%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %NW_RELEASE%
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd node_modules/wotb
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd node_modules/wotb
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install --build-from-source
-
if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install --build-from-source
...
...
...
...
This diff is collapsed.
Click to expand it.
ci/travis/before_deploy.sh
+
1
−
1
View file @
b9f9387e
...
@@ -36,7 +36,7 @@ if [[ ! -f before_deploy ]]; then
...
@@ -36,7 +36,7 @@ if [[ ! -f before_deploy ]]; then
# Install Nw.js
# Install Nw.js
mkdir
ucoin_release
mkdir
ucoin_release
NW_RELEASE
=
"v0.1
5.4
"
NW_RELEASE
=
"v0.1
4.5
"
NW
=
"nwjs-
${
NW_RELEASE
}
-linux-x64"
NW
=
"nwjs-
${
NW_RELEASE
}
-linux-x64"
NW_GZ
=
"
${
NW
}
.tar.gz"
NW_GZ
=
"
${
NW
}
.tar.gz"
wget http://dl.nwjs.io/
${
NW_RELEASE
}
/
${
NW_GZ
}
wget http://dl.nwjs.io/
${
NW_RELEASE
}
/
${
NW_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
sign in
to comment