mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:43:04 +00:00
[APPVEYOR] Clean up our build logs so we can focus on warnings and errors.
This commit is contained in:
parent
480cd1e60c
commit
b6f2c9fc5c
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@ build_script:
|
||||||
- md c:\ros_build
|
- md c:\ros_build
|
||||||
- cd c:\ros_build
|
- cd c:\ros_build
|
||||||
- call %APPVEYOR_BUILD_FOLDER%\configure.cmd %clang_configure_option% -DENABLE_ROSTESTS=1
|
- call %APPVEYOR_BUILD_FOLDER%\configure.cmd %clang_configure_option% -DENABLE_ROSTESTS=1
|
||||||
- ninja -k0
|
- ps: >-
|
||||||
- ninja bootcd
|
& ninja -k0 2>&1 | select-string -pattern "\[\d+\/\d+\] " -NotMatch | %{$_.Line}
|
||||||
|
- ps: >-
|
||||||
|
& ninja bootcd 2>&1 | select-string -pattern "\[\d+\/\d+\] " -NotMatch | %{$_.Line}
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue