Some improvements to CI (#121)

* Removing option as not supported by CI

Will migrate CI forward and readd.

* Made failure for clang-format errors.

* Improved handling of errors during CI.

* Prevent failures escaping.

* Clang-format fix

* Remove stderr

* Update azure-pipelines.yml

Co-Authored-By: Paul Liétar <plietar@users.noreply.github.com>

Co-authored-by: Paul Liétar <plietar@users.noreply.github.com>
This commit is contained in:
Matthew Parkinson
2020-02-03 21:01:06 +00:00
committed by GitHub
parent 7e22d302ad
commit afc77d9a0a
3 changed files with 12 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true