Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
b8f61c53
Commit
b8f61c53
authored
Jul 31, 2015
by
bergwerkgis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AppVeyor: forgot to include GOTO label
parent
dc31692d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
build-appveyor.bat
scripts/build-appveyor.bat
+2
-1
No files found.
scripts/build-appveyor.bat
View file @
b8f61c53
...
@@ -108,7 +108,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
...
@@ -108,7 +108,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
::skipping check for errorlevel npm test result when using io.js
::skipping check for errorlevel npm test result when using io.js
::@springmeyer: how to proceed?
::@springmeyer: how to proceed?
IF NOT "%nodejs_version%"=="1.8.1" IF NOT "%nodejs_version%"=="2.0.0" GOTO CHECK_TEST_ERRORLEVEL
IF NOT "%nodejs_version%"=="1.8.1" IF NOT "%nodejs_version%"=="2.0.0" GOTO CHECK_
NPM_
TEST_ERRORLEVEL
ECHO calling npm test
ECHO calling npm test
CALL npm test
CALL npm test
...
@@ -123,6 +123,7 @@ ECHO ==========================================
...
@@ -123,6 +123,7 @@ ECHO ==========================================
GOTO NPM_TEST_FINISHED
GOTO NPM_TEST_FINISHED
:CHECK_NPM_TEST_ERRORLEVEL
ECHO calling npm test
ECHO calling npm test
CALL npm test
CALL npm test
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment