2020-04-21 10:19:38 +00:00
|
|
|
.templates_sha: &templates_sha 8becba49be7e5886311972356345532ed9dd84c1
|
|
|
|
|
|
|
|
include:
|
|
|
|
- project: 'freedesktop/ci-templates'
|
|
|
|
ref: *templates_sha
|
|
|
|
file: '/templates/debian.yml'
|
|
|
|
|
|
|
|
- remote: "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/raw/master/ci/images_template.yml"
|
|
|
|
|
|
|
|
variables:
|
|
|
|
FDO_UPSTREAM_REPO: gstreamer/gst-plugins-rs
|
|
|
|
|
2020-03-19 09:39:52 +00:00
|
|
|
stages:
|
2020-04-21 10:19:38 +00:00
|
|
|
- "prep"
|
2020-03-19 09:39:52 +00:00
|
|
|
- "lint"
|
|
|
|
- "test"
|
|
|
|
- "extras"
|
2018-10-15 12:08:29 +00:00
|
|
|
|
2020-04-21 10:19:38 +00:00
|
|
|
.debian:10:
|
2018-10-15 12:08:29 +00:00
|
|
|
variables:
|
2020-04-21 10:19:38 +00:00
|
|
|
FDO_DISTRIBUTION_VERSION: 10
|
|
|
|
FDO_DISTRIBUTION_TAG: '$RUST_VERSION-${GST_RS_IMG_TAG}_2020-04-27.0'
|
2019-07-04 14:37:17 +00:00
|
|
|
# Only stuff inside the repo directory can be cached
|
|
|
|
# Override the CARGO_HOME variable to force its location
|
|
|
|
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo_home"
|
2020-04-21 10:19:38 +00:00
|
|
|
FDO_BASE_IMAGE: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/10:$RUST_VERSION-$GST_RS_IMG_TAG"
|
2018-10-15 12:08:29 +00:00
|
|
|
before_script:
|
2020-04-21 10:19:38 +00:00
|
|
|
- source ./ci/env.sh
|
2020-04-21 09:52:09 +00:00
|
|
|
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
2020-04-21 10:19:38 +00:00
|
|
|
|
|
|
|
.debian:10-stable:
|
|
|
|
extends: .debian:10
|
|
|
|
variables:
|
|
|
|
RUST_VERSION: "stable"
|
|
|
|
|
|
|
|
.debian:10-1-40:
|
|
|
|
extends: .debian:10
|
|
|
|
variables:
|
|
|
|
RUST_VERSION: "1.40.0"
|
|
|
|
|
|
|
|
.debian:10-nightly:
|
|
|
|
extends: .debian:10
|
|
|
|
variables:
|
|
|
|
RUST_VERSION: "nightly"
|
|
|
|
|
|
|
|
.build-debian-container:
|
|
|
|
extends:
|
|
|
|
- .fdo.container-build@debian
|
|
|
|
stage: prep
|
|
|
|
variables:
|
|
|
|
FDO_DISTRIBUTION_PACKAGES: "libcsound64-dev llvm clang nasm libsodium-dev"
|
2020-04-22 06:33:36 +00:00
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == null'
|
2020-04-21 10:19:38 +00:00
|
|
|
|
|
|
|
build-stable:
|
|
|
|
extends:
|
|
|
|
- .build-debian-container
|
|
|
|
- .debian:10-stable
|
|
|
|
|
|
|
|
build-1-40:
|
|
|
|
extends:
|
|
|
|
- .build-debian-container
|
|
|
|
- .debian:10-1-40
|
|
|
|
|
|
|
|
build-nightly:
|
|
|
|
extends:
|
|
|
|
- .build-debian-container
|
|
|
|
- .debian:10-nightly
|
|
|
|
|
2020-04-22 06:33:36 +00:00
|
|
|
# Those jobs are triggered by gstreamer-rs when updating its images
|
|
|
|
update-stable:
|
|
|
|
extends: build-stable
|
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == "stable"'
|
|
|
|
variables:
|
|
|
|
FDO_FORCE_REBUILD: 1
|
|
|
|
|
|
|
|
update-1-40:
|
|
|
|
extends: build-1-40
|
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == "1-40"'
|
|
|
|
variables:
|
|
|
|
FDO_FORCE_REBUILD: 1
|
|
|
|
|
|
|
|
update-nightly:
|
|
|
|
extends: build-nightly
|
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == "nightly"'
|
|
|
|
variables:
|
|
|
|
FDO_FORCE_REBUILD: 1
|
|
|
|
|
2020-04-21 10:19:38 +00:00
|
|
|
.dist-debian-container:
|
|
|
|
extends:
|
|
|
|
- .fdo.distribution-image@debian
|
2019-07-04 14:37:17 +00:00
|
|
|
cache:
|
|
|
|
key: "gst"
|
|
|
|
paths:
|
|
|
|
- "${CARGO_HOME}"
|
2020-04-21 10:19:38 +00:00
|
|
|
variables:
|
|
|
|
SODIUM_USE_PKG_CONFIG: "true"
|
|
|
|
# The build feature is required for the dav1d plugin for building and
|
|
|
|
# statically linking the C dav1d library into the dav1d-rs bindings.
|
|
|
|
# FIXME: The feature name should explicitly mention the dav1d plugin but
|
|
|
|
# Cargo currently doesn't support passthrough for that scenario.
|
|
|
|
RUSTFLAGS: "--cfg feature=\"build\""
|
|
|
|
after_script:
|
|
|
|
- rm -rf target
|
|
|
|
|
|
|
|
.img-stable:
|
|
|
|
extends:
|
|
|
|
- .dist-debian-container
|
|
|
|
- .debian:10-stable
|
|
|
|
|
|
|
|
.img-1-40:
|
|
|
|
extends:
|
|
|
|
- .dist-debian-container
|
|
|
|
- .debian:10-1-40
|
|
|
|
|
|
|
|
.img-nightly:
|
|
|
|
extends:
|
|
|
|
- .dist-debian-container
|
|
|
|
- .debian:10-nightly
|
2019-07-04 14:37:17 +00:00
|
|
|
|
|
|
|
.cargo test:
|
2020-03-19 09:39:52 +00:00
|
|
|
stage: "test"
|
2018-10-15 12:08:29 +00:00
|
|
|
script:
|
2019-07-04 14:37:17 +00:00
|
|
|
- rustc --version
|
|
|
|
- cargo build --color=always --all
|
|
|
|
- G_DEBUG=fatal_warnings cargo test --color=always --all
|
|
|
|
- cargo build --color=always --all --examples --all-features
|
|
|
|
- G_DEBUG=fatal_warnings cargo test --color=always --all --examples --all-features
|
2018-10-15 12:08:29 +00:00
|
|
|
|
2020-02-25 08:10:13 +00:00
|
|
|
test 1.40:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends:
|
|
|
|
- '.cargo test'
|
|
|
|
- .img-1-40
|
2020-04-22 06:33:36 +00:00
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "1-40"'
|
2018-10-15 12:08:29 +00:00
|
|
|
|
2019-11-30 18:51:31 +00:00
|
|
|
test stable:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends:
|
|
|
|
- '.cargo test'
|
|
|
|
- .img-stable
|
2020-04-22 06:33:36 +00:00
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "stable"'
|
2018-10-15 12:08:29 +00:00
|
|
|
|
|
|
|
test nightly:
|
|
|
|
allow_failure: true
|
2020-04-21 10:19:38 +00:00
|
|
|
extends:
|
|
|
|
- '.cargo test'
|
|
|
|
- .img-nightly
|
2020-04-22 06:33:36 +00:00
|
|
|
rules:
|
|
|
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "nightly"'
|
2018-10-15 12:08:29 +00:00
|
|
|
|
|
|
|
rustfmt:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends: .img-stable
|
2020-03-19 09:39:52 +00:00
|
|
|
stage: "lint"
|
2018-10-15 12:08:29 +00:00
|
|
|
script:
|
|
|
|
- cargo fmt --version
|
|
|
|
- cargo fmt -- --color=always --check
|
2019-07-04 14:37:17 +00:00
|
|
|
|
|
|
|
clippy:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends: .img-stable
|
2020-03-19 09:39:52 +00:00
|
|
|
stage: 'extras'
|
2019-07-04 14:37:17 +00:00
|
|
|
script:
|
2020-04-21 09:44:49 +00:00
|
|
|
- cargo clippy --color=always --all --all-features --all-targets -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless -D warnings
|
2019-10-10 12:40:09 +00:00
|
|
|
|
2020-04-16 11:03:28 +00:00
|
|
|
deny:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends: .img-stable
|
2020-03-19 09:39:52 +00:00
|
|
|
stage: 'extras'
|
2019-10-10 12:40:09 +00:00
|
|
|
only:
|
|
|
|
- schedules
|
|
|
|
script:
|
2020-04-16 11:03:28 +00:00
|
|
|
- cargo deny check
|
2019-11-21 08:15:36 +00:00
|
|
|
|
|
|
|
outdated:
|
2020-04-21 10:19:38 +00:00
|
|
|
extends: .img-stable
|
2020-04-14 08:49:14 +00:00
|
|
|
allow_failure: true
|
2019-11-21 08:15:36 +00:00
|
|
|
stage: 'extras'
|
|
|
|
only:
|
|
|
|
- schedules
|
|
|
|
script:
|
|
|
|
- cargo outdated --root-deps-only --exit-code 1 -v
|