fast_finish: true: Where should it be specified with environment/matrix?

zosrhtko's Avatar

zosrhtko

30 Nov, 2015 10:44 AM

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

  1. Support Staff 1 Posted by Feodor Fitsner on 30 Nov, 2015 04:51 PM

    Feodor Fitsner's Avatar

    It should be under matrix section:

    matrix:
      fast_finish: true
    
  2. 2 Posted by zosrhtko on 01 Dec, 2015 07:57 AM

    zosrhtko's Avatar

    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

  3. Support Staff 3 Posted by Feodor Fitsner on 01 Dec, 2015 08:00 AM

    Feodor Fitsner's Avatar

    Make sure indentation of fast_finish is two spaces.

  4. 4 Posted by zosrhtko on 01 Dec, 2015 01:13 PM

    zosrhtko's Avatar

    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:

  5. Support Staff 5 Posted by Feodor Fitsner on 01 Dec, 2015 06:06 PM

    Feodor Fitsner's Avatar

    It should be like that:

    environment: 
      bundling: bundled 
         
      matrix: 
        - builder: 120 
          ssl: Win32 
          vc: x86 
          target: x86 
          system: Win32 
          linkmode: shared 
          suffix:
    
    matrix:
      fast_finish: true
    
  6. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 AM.

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