test
This commit is contained in:
parent
bdde3b4e34
commit
b696d22ded
|
@ -1,17 +1,14 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
environment:
|
|
||||||
matrix:
|
Platform:
|
||||||
- ARCH: amd64
|
|
||||||
- ARCH: x86
|
|
||||||
platform:
|
|
||||||
- x86
|
- x86
|
||||||
- amd64
|
- amd64
|
||||||
clone_folder: c:\dev\TDengine
|
clone_folder: c:\dev\TDengine
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %Platform%
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cd c:\dev\TDengine
|
- cd c:\dev\TDengine
|
||||||
|
|
Loading…
Reference in New Issue