From b696d22ded1a1ed68b2804ff187c20fceb3a3a93 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Dec 2020 16:02:11 +0800 Subject: [PATCH] test --- .appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index feb361b6d1..ab629e337c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,17 +1,14 @@ version: 1.0.{build} os: Visual Studio 2015 -environment: - matrix: - - ARCH: amd64 - - ARCH: x86 -platform: + +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" %Platform% before_build: - cd c:\dev\TDengine -- GitLab