mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 05:53:31 +08:00
[APPVEYOR] Enable fast_finish (#1494)
It stops the remaining jobs if any error happened. It becomes less time for waiting for building.
This commit is contained in:
parent
4126817f7f
commit
48f98e88ed
@ -9,6 +9,8 @@ version: reactos.appveyor.{build}
|
||||
skip_branch_with_pr: true
|
||||
clone_depth: 5
|
||||
clone_folder: c:\reactos-cov
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
init:
|
||||
- ps: (New-Object System.Net.WebClient).DownloadFile("https://svn.reactos.org/amine/RosCMakeNinja.zip","C:\RosCMakeNinja.zip")
|
||||
|
Loading…
Reference in New Issue
Block a user