vlc-rs/.gitlab-ci.yml

18 lines
307 B
YAML
Raw Normal View History

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