vlc-rs/.gitlab-ci.yml

18 lines
306 B
YAML
Raw Normal View History

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