#https://github.com/mapbox/ci-scripts

os: Visual Studio 2015

platform:
  - x86
  - x64

environment:
  node_pre_gyp_accessKeyId:
    secure: 2ICQ4vp8BEstug5ZrRy5ynnIqLlvK5R6EfLC09P0LIQ=
  node_pre_gyp_secretAccessKey:
    secure: HYbeKrr1nX4D3a2aFmWv+qcyh3+q8wGM+mRtLdbMiUuGGPhfJw/N253915UPSGjx
  matrix:
    - nodejs_version: 6
    - nodejs_version: 7
    - nodejs_version: 8
    - nodejs_version: 9
    - nodejs_version: 10
    - nodejs_version: 11
    - nodejs_version: 12
    
install:
  - ps: Start-FileDownload 'https://github.com/mapbox/ci-scripts/raw/v1.1.0/node/ci-cpp.bat' -FileName ci.bat
  - CALL ci.bat

build: OFF
test: OFF
deploy: OFF

skip_commits:
  message: /\[skip appvyeor\]/
