test
This commit is contained in:
parent
fe4a31d5f9
commit
bdde3b4e34
|
@ -4,12 +4,14 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH: amd64
|
- ARCH: amd64
|
||||||
- ARCH: x86
|
- ARCH: x86
|
||||||
|
platform:
|
||||||
|
- x86
|
||||||
|
- 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" %ARCH%
|
- 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
|
||||||
|
@ -19,7 +21,7 @@ build_script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -G "NMake Makefiles" ..
|
- cmake -G "NMake Makefiles" ..
|
||||||
- nmake install
|
- nmake install
|
||||||
- echo Building platform=%PLATFORM%
|
- echo Building platform=%platform%
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
to:
|
to:
|
||||||
|
|
Loading…
Reference in New Issue