Add enrypted token for prebuild uploads on travis and appveyor

This commit is contained in:
Max Brunsfeld 2018-07-23 11:01:32 -07:00
parent 5f6591e1ac
commit 56805a357f
2 changed files with 22 additions and 16 deletions

View File

@ -3,33 +3,33 @@ language: node_js
sudo: false sudo: false
node_js: node_js:
- 8 - node
os: os:
- linux - linux
matrix: matrix:
include: include:
- os: osx - os: osx
env: COMPILER=clang++ env: COMPILER=clang++
osx_image: xcode9.2 osx_image: xcode9.2
compiler: clang compiler: clang
- os: linux - os: linux
env: CXX=clang-3.6 env: CXX=clang-3.6
compiler: clang-3.6 compiler: clang-3.6
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.6 - llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-3.6 - clang-3.6
branches: branches:
only: only:
- master - master
- /^v.*$/ - /^v.*$/
deploy: deploy:
provider: script provider: script
@ -38,3 +38,7 @@ deploy:
on: on:
all_branches: true all_branches: true
tags: true tags: true
env:
global:
secure: jAdfI37gohXm5VvR5h2AoWVwUMS9hUPxZIP4VR2iOkTSZLaaZczvL04IRNv3bQY6WUYxcVB6xoKbOPMKE1cHvXM8L2W6G1InPxU14P6fKd2MGWxH6PWmCoXHWFQ1AzWkYsMgMokHT2vs4iZ2bLHE9uV3RVuAISO/APsw7AxEpEijljvPkL+Se0nTnCfTbw4ObGxEMRW7TnjKa2W7K8m4QbbGd+r9CzCxBakjdIePQx81IUAAIGwphkY/avNJeUvR1XLnAM38K9Yj0ioSfeV6/QshK/28DLmvilq9sV4LDLVlhgP6h1FB4HW3PEVvYWnWBKa9cUdIAIncya2ibvu2cRHYVbud4Ho6lMCk/QUuiPYLCfnOfa4byVj3DInOY1yCpu+YnqjVOUHV5wQLEvnArLCuJa7dlJSmYquzVr5NkOz9gMmFAyuznL3YdJYY98QH/5GO5FwE8jXiYMoQ+hW52gUB6vZaJqYJu+IwyEhVXj8SVyV3Z77fFmJpdo0FX8R4Mm/3ucVXfWAXifFQbosRM4czVJ3RNTn2Xwf5Vp0ayih4huhwB9reByNPnYJABNUQpiAS3ZRsd+fcmMstkHZOk9EpSq33kubqcN+kub3sGNOJTt9243FOd6BghNNjhC2lqTWZsefyJUuL3Xm5YjJrJWfyif6RPnJZHinn3jfn464=

View File

@ -1,14 +1,16 @@
image: Visual Studio 2015 image: Visual Studio 2015
environment: environment:
nodejs_version: "8" NODEJS_VERSION: "8"
PREBUILD_UPLOAD:
secure: oNyyLE7/Oq3TUGZPz6DkLFPUuQzc8FiFS1iuPp7LZ2fyOP/UF4Np4NzJmWcXVyY/
platform: platform:
- x64 - x64
- x86 - x86
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:NODEJS_VERSION $env:Platform
- node --version - node --version
- npm --version - npm --version
- npm install - npm install