fast_finish: true: Where should it be specified with environment/matrix?
Hi
I would like to use fast_finish, but putting it at environment/matrix brings a YML error. Where should it be specified with environment/matrix?
Cheers
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 30 Nov, 2015 04:51 PM
It should be under
matrixsection:2 Posted by zosrhtko on 01 Dec, 2015 07:57 AM
but YAML emits an error on the below appveyor.yml
Line: 32, Col: 14, Idx: 462) - (Line: 32, Col: 14, Idx: 462): Mapping values are not allowed in this context.
matrix:
fast_finish: true
- builder: 120
ssl: Win32
vc: x86
target: x86
Support Staff 3 Posted by Feodor Fitsner on 01 Dec, 2015 08:00 AM
Make sure indentation of
fast_finishis two spaces.4 Posted by zosrhtko on 01 Dec, 2015 01:13 PM
doubale checked that indentation is 2 spaces but got
(Line: 32, Col: 14, Idx: 461) - (Line: 32, Col: 14, Idx: 461): Mapping values are not allowed in this context.
environment:
bundling: bundled
matrix:
fast_finish: true
- builder: 120
ssl: Win32
vc: x86
target: x86
system: Win32
linkmode: shared
suffix:
Support Staff 5 Posted by Feodor Fitsner on 01 Dec, 2015 06:06 PM
It should be like that:
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 AM.