From fbfed42773d77b5d0a211c2fdfb89d0eb1674aec Mon Sep 17 00:00:00 2001 From: huxingyi Date: Thu, 15 Oct 2020 22:51:57 +0930 Subject: [PATCH] Update CI --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 09bdfda0..c03fc8b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ os: Visual Studio 2017 +skip_non_tags: true + environment: matrix: - platform: x64 @@ -11,8 +13,6 @@ environment: target: i686-pc-windows-msvc qtdir: C:\Qt\5.13.2\msvc2017 sysdirname: system32 - - skip_non_tags: true cache: CGAL-5.1-Setup.exe -> appveyor.yml