From 43c779189022578077b6f7e0f9ac1615c6637ab6 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 28 Jun 2019 20:41:04 +0200 Subject: [PATCH] ci: add job for futures feature --- rust-bindings/rust/.gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 398ed153..4c6f54a4 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -44,7 +44,7 @@ check: ostree: <<: *build-step variables: - # TODO: need to switch back to --all-features + # 2019.2 still hasn't been backported FEATURES: --features v2018_9 ostree_default-features: @@ -52,6 +52,12 @@ ostree_default-features: variables: FEATURES: "" +ostree_futures: + <<: *build-step + image: rustlang/rust:nightly + variables: + FEATURES: --features v2018_9,futures + # docs docs: stage: build