commit
59527165ec
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ notifications:
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "9.7.0"
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
env:
|
env:
|
||||||
- TARGET_ARCH=x64
|
- TARGET_ARCH=x64
|
||||||
osx_image: xcode7.3
|
osx_image: xcode9.3
|
||||||
|
|
||||||
script: './script/cibuild'
|
script: './script/cibuild'
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "{build}"
|
||||||
|
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2017
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
@ -11,7 +11,7 @@ platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
|
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\15.0\bin\;%PATH%
|
||||||
- cmd: SET PATH=C:\python27;%PATH%
|
- cmd: SET PATH=C:\python27;%PATH%
|
||||||
- cmd: bash script/cibuild
|
- cmd: bash script/cibuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue