Skip to content

Commit

Permalink
appveyor: add node@8, add msvs_toolset:12
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed Jun 12, 2017
1 parent ad6da26 commit f9d915f
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,41 @@ environment:
- nodejs_version: 4
platform: x64
msvs_toolset: 12
- nodejs_version: 4
platform: x86
msvs_toolset: 14
- nodejs_version: 4
platform: x64
msvs_toolset: 14
- nodejs_version: 6
platform: x86
msvs_toolset: 12
- nodejs_version: 6
platform: x64
msvs_toolset: 12
- nodejs_version: 7
- nodejs_version: 6
platform: x86
msvs_toolset: 12
- nodejs_version: 7
msvs_toolset: 14
- nodejs_version: 6
platform: x64
msvs_toolset: 14
- nodejs_version: 8
platform: x86
msvs_toolset: 12
- nodejs_version: 8
platform: x64
msvs_toolset: 14
- nodejs_version: 8
platform: x86
msvs_toolset: 14
- nodejs_version: 8
platform: x64
msvs_toolset: 14

install:
- ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-cpp.bat' -FileName ci.bat
# - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.0.0/node/ci-cpp.bat' -FileName ci.bat
#TODO: change back to versioned ci-cpp.bat
- ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/master/node/ci-cpp.bat' -FileName ci.bat
- CALL ci.bat

build: OFF
Expand Down

0 comments on commit f9d915f

Please sign in to comment.