ci: force cargo to output colors

Gitlab CI supports ANSI color codes, which cargo does not output
with no TTY.
merge-requests/20/merge
Alaric Senat 2026-08-19 14:31:11 +02:00
parent 612fb75aac
commit a63e4d4015
1 changed files with 1 additions and 0 deletions

View File

@ -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: