vlc-rs/.gitlab-ci.yml

18 lines
305 B
YAML
Raw Normal View History

2021-11-02 22:37:10 +00:00
stages:
- build
variables:
VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:202110210936
vlc-rs-build:
tags:
- docker
- amd64
stage: build
image:
name: $VLC_UBUNTU_IMAGE
script:
- . $HOME/.cargo/env
- cargo build --all