test
This commit is contained in:
parent
b696d22ded
commit
bf7c02d127
|
@ -1,14 +1,15 @@
|
|||
version: 1.0.{build}
|
||||
os: Visual Studio 2015
|
||||
environment:
|
||||
matrix:
|
||||
- ARCH: amd64
|
||||
- ARCH: x86
|
||||
|
||||
Platform:
|
||||
- x86
|
||||
- amd64
|
||||
clone_folder: c:\dev\TDengine
|
||||
clone_depth: 1
|
||||
|
||||
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" %ARCH%
|
||||
|
||||
before_build:
|
||||
- cd c:\dev\TDengine
|
||||
|
@ -18,7 +19,7 @@ build_script:
|
|||
- cd build
|
||||
- cmake -G "NMake Makefiles" ..
|
||||
- nmake install
|
||||
- echo Building platform=%platform%
|
||||
- echo Building platform=%ARCH%
|
||||
notifications:
|
||||
- provider: Email
|
||||
to:
|
||||
|
|
Loading…
Reference in New Issue