From fe4a31d5f9624e47ed1948075380aaf886de41f7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Dec 2020 15:48:40 +0800 Subject: [PATCH] test appveyor on win32 --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 559431e2f9..d211580875 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,6 +3,7 @@ os: Visual Studio 2015 environment: matrix: - ARCH: amd64 + - ARCH: x86 clone_folder: c:\dev\TDengine clone_depth: 1 @@ -18,7 +19,7 @@ build_script: - cd build - cmake -G "NMake Makefiles" .. - nmake install - + - echo Building platform=%PLATFORM% notifications: - provider: Email to: -- GitLab