diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:23:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:23:33 +0300 |
commit | b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4 (patch) | |
tree | 2ad070d9650a33b8746b17fcd1b36ce366e9e796 /.appveyor.yml | |
parent | appveyor.yml -> .appveyor.yml (diff) | |
download | cmake-common-b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4.tar.gz cmake-common-b947c0c8347167483e9dc72d7f1aa4b1cf11e5b4.zip |
AppVeyor: fast_finish
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 9 |
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 |