From 3acdf7b9968dea21f55e38647ea50a4d4842ba58 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 8 Oct 2018 11:11:40 +0300 Subject: [PATCH] CI: add color to the cargo output --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cce5ffac0..be10b22bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: