Skip to content

Commit

Permalink
appveyor: add node_pre_gyp vars, link to ci-scripts@1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed Jun 19, 2017
1 parent f9d915f commit b0c730b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
os: Visual Studio 2015

environment:
node_pre_gyp_accessKeyId:
secure: 7DrSVc5eIGtmMcki5H+iRft+Tk3MJTwDBQEUuJHWaQ4=
node_pre_gyp_secretAccessKey:
secure: 1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i
matrix:
- nodejs_version: 0.10
platform: x86
Expand Down Expand Up @@ -52,9 +56,7 @@ environment:
msvs_toolset: 14

install:
# - 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
- 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
Expand Down

0 comments on commit b0c730b

Please sign in to comment.