提交 bf7c02d1 编写于 作者: R root

test

上级 b696d22d
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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册