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
a6d25306
Commit
a6d25306
authored
Nov 05, 2014
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try building against visual studio 2014
parent
1940c1b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
appveyor.yml
appveyor.yml
+6
-2
No files found.
appveyor.yml
View file @
a6d25306
...
@@ -17,13 +17,17 @@ environment:
...
@@ -17,13 +17,17 @@ environment:
nw_version
:
0.10.5
nw_version
:
0.10.5
PLATFORM
:
x64
PLATFORM
:
x64
os
:
Visual Studio 2014 CTP4
install
:
install
:
-
ps
:
Update-NodeJsInstallation $env:nodejs_version $env:Platform
-
ps
:
Update-NodeJsInstallation $env:nodejs_version $env:Platform
-
node --version
-
node --version
-
npm --version
-
npm --version
-
echo %PLATFORM%
-
echo %PLATFORM%
-
SET PATH=c:\python27;%PATH%
-
SET PATH=c:\python27;%PATH%
-
SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
-
SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
-
if %platform% == x64 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
-
if %platform% == x86 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
-
SET PATH=%APPDATA%\npm;%PATH%
-
SET PATH=%APPDATA%\npm;%PATH%
# add local node-pre-gyp dir to path
# add local node-pre-gyp dir to path
-
SET PATH=node_modules\.bin;%PATH%
-
SET PATH=node_modules\.bin;%PATH%
...
@@ -32,7 +36,7 @@ install:
...
@@ -32,7 +36,7 @@ install:
-
npm --version
-
npm --version
# upgrade node-gyp to support --msvs_version=2013
# upgrade node-gyp to support --msvs_version=2013
-
npm install node-gyp
-
npm install node-gyp
-
npm install --build-from-source --msvs_version=2013
-
npm install --build-from-source --msvs_version=2013
--dist-url=https://s3.amazonaws.com/mapbox/node-cpp11/v0.10.33
-
npm test
-
npm test
-
node-pre-gyp package
-
node-pre-gyp package
# make commit message env var shorter
# make commit message env var shorter
...
...
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