From b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Jan 2020 12:23:33 +0300 Subject: AppVeyor: fast_finish --- .appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7dbda80..e12e52f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,15 +5,18 @@ image: - Visual Studio 2017 - Visual Studio 2019 +environment: + appveyor_boost_version: 1.65.0 + python_exe: C:\Python36-x64\python.exe + configuration: - Release platform: - x64 -environment: - appveyor_boost_version: 1.65.0 - python_exe: C:\Python36-x64\python.exe +matrix: + fast_finish: true build_script: - echo Simple CMake projects -- cgit v1.2.3