Merge branch '2-bindgen' into 4-clippy_fmt

6-output_list_wrappers-macro
Pierre Réveillon 2021-11-19 10:33:51 +01:00
commit bbbf7d6f4d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ stages:
- build - build
variables: variables:
VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:20211102174954 VLC_UBUNTU_IMAGE: registry.videolan.org/vlc-rs-libvlc-stable-ubuntu:20211117143343
vlc-rs-build: vlc-rs-build:
tags: tags:
@ -13,5 +13,5 @@ vlc-rs-build:
name: $VLC_UBUNTU_IMAGE name: $VLC_UBUNTU_IMAGE
script: script:
- . $HOME/.cargo/env - . $CARGO_HOME/env
- cargo build --all - cargo build --all