Commit d26562f2 by BergWerkGIS

build matrix from before ci-scripts

parent 903a671b
...@@ -6,35 +6,41 @@ ...@@ -6,35 +6,41 @@
# Note/TODO: it is not yet confirmed that earlier versions work with the the `Visual Studio 2017` os image. # Note/TODO: it is not yet confirmed that earlier versions work with the the `Visual Studio 2017` os image.
os: Visual Studio 2015 os: Visual Studio 2015
platform:
- x86
- x64
environment: environment:
matrix: matrix:
- nodejs_version: 0.10 - nodejs_version: 0.10
msvs_toolset: 14 msvs_toolset: 12
platform: x64 - nodejs_version: 0.12
- nodejs_version: 0.10 msvs_toolset: 12
msvs_toolset: 14
platform: x86
- nodejs_version: 4 - nodejs_version: 4
msvs_toolset: 14 msvs_toolset: 12
platform: x64 - nodejs_version: 5
msvs_toolset: 12
- nodejs_version: 6
msvs_toolset: 12
- nodejs_version: 7
msvs_toolset: 12
- nodejs_version: 8
msvs_toolset: 12
# visual studio 2015 builds
- nodejs_version: 4 - nodejs_version: 4
msvs_toolset: 14 msvs_toolset: 14
platform: x86 - nodejs_version: 5
- nodejs_version: 6
msvs_toolset: 14 msvs_toolset: 14
platform: x64
- nodejs_version: 6 - nodejs_version: 6
msvs_toolset: 14 msvs_toolset: 14
platform: x86 - nodejs_version: 7
- nodejs_version: 8
msvs_toolset: 14 msvs_toolset: 14
platform: x64
- nodejs_version: 8 - nodejs_version: 8
msvs_toolset: 14 msvs_toolset: 14
platform: x86
install: install:
- ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-cpp.bat' -FileName ci.bat #TODO: link to versioned build script
- ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/master/node/ci-cpp.bat' -FileName ci.bat
- CALL ci.bat - CALL ci.bat
build: OFF build: OFF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment