aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-11 12:23:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-11 12:23:33 +0300
commitb947c0c8347167483e9dc72d7f1aa4b1cf11e5b4 (patch)
tree2ad070d9650a33b8746b17fcd1b36ce366e9e796 /.appveyor.yml
parentappveyor.yml -> .appveyor.yml (diff)
downloadcmake-common-b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4.tar.gz
cmake-common-b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4.zip
AppVeyor: fast_finish
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files 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