test appveyor on win32

This commit is contained in:
root 2020-12-17 15:48:40 +08:00
parent c0a9493cbe
commit fe4a31d5f9
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ os: Visual Studio 2015
environment: environment:
matrix: matrix:
- ARCH: amd64 - ARCH: amd64
- ARCH: x86
clone_folder: c:\dev\TDengine clone_folder: c:\dev\TDengine
clone_depth: 1 clone_depth: 1
@ -18,7 +19,7 @@ build_script:
- cd build - cd build
- cmake -G "NMake Makefiles" .. - cmake -G "NMake Makefiles" ..
- nmake install - nmake install
- echo Building platform=%PLATFORM%
notifications: notifications:
- provider: Email - provider: Email
to: to: