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
903a671b
Commit
903a671b
authored
Jun 12, 2017
by
BergWerkGIS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add appveyor.yml template from ci-scripts
parent
e9383b26
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
appveyor.yml
appveyor.yml
+42
-0
No files found.
appveyor.yml
0 → 100644
View file @
903a671b
# This variable requests the highest version of
# Visual Studio to be installed. Previous versions
# will also be available and work. So, choosing 2015 here makes
# available both `msvs_toolset: 12` (from Visual Studio 2013)
# and `msvs_toolset: 14` (from Visual Studio 2015)
# Note/TODO: it is not yet confirmed that earlier versions work with the the `Visual Studio 2017` os image.
os
:
Visual Studio 2015
environment
:
matrix
:
-
nodejs_version
:
0.10
msvs_toolset
:
14
platform
:
x64
-
nodejs_version
:
0.10
msvs_toolset
:
14
platform
:
x86
-
nodejs_version
:
4
msvs_toolset
:
14
platform
:
x64
-
nodejs_version
:
4
msvs_toolset
:
14
platform
:
x86
-
nodejs_version
:
6
msvs_toolset
:
14
platform
:
x64
-
nodejs_version
:
6
msvs_toolset
:
14
platform
:
x86
-
nodejs_version
:
8
msvs_toolset
:
14
platform
:
x64
-
nodejs_version
:
8
msvs_toolset
:
14
platform
:
x86
install
:
-
ps
:
Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-cpp.bat' -FileName ci.bat
-
CALL ci.bat
build
:
OFF
test
:
OFF
deploy
:
OFF
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