ci: force cargo to output colors
Gitlab CI supports ANSI color codes, which cargo does not output with no TTY.merge-requests/20/merge
parent
612fb75aac
commit
a63e4d4015
|
|
@ -3,6 +3,7 @@ stages:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:20260728042128
|
VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:20260728042128
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
vlc-rs-build:
|
vlc-rs-build:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue