mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-16 19:15:30 +00:00
CI: add color to the cargo output
This commit is contained in:
parent
ef9591807f
commit
4c9cf04f8a
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ stages:
|
|||
- export LD_LIBRARY_PATH=$PWD/gstreamer/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||
script:
|
||||
- rustc --version
|
||||
- cargo build --all
|
||||
- G_DEBUG=fatal_warnings cargo test --all
|
||||
- cargo build --all --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --all --all-features
|
||||
- cargo build --color=always --all
|
||||
- G_DEBUG=fatal_warnings cargo test --color=always --all
|
||||
- cargo build --color=always --all --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
|
||||
|
||||
|
||||
test stable:
|
||||
|
|
Loading…
Reference in a new issue