ci: add job for futures feature
This commit is contained in:
parent
8d9aa7a857
commit
43c7791890
|
|
@ -44,7 +44,7 @@ check:
|
||||||
ostree:
|
ostree:
|
||||||
<<: *build-step
|
<<: *build-step
|
||||||
variables:
|
variables:
|
||||||
# TODO: need to switch back to --all-features
|
# 2019.2 still hasn't been backported
|
||||||
FEATURES: --features v2018_9
|
FEATURES: --features v2018_9
|
||||||
|
|
||||||
ostree_default-features:
|
ostree_default-features:
|
||||||
|
|
@ -52,6 +52,12 @@ ostree_default-features:
|
||||||
variables:
|
variables:
|
||||||
FEATURES: ""
|
FEATURES: ""
|
||||||
|
|
||||||
|
ostree_futures:
|
||||||
|
<<: *build-step
|
||||||
|
image: rustlang/rust:nightly
|
||||||
|
variables:
|
||||||
|
FEATURES: --features v2018_9,futures
|
||||||
|
|
||||||
# docs
|
# docs
|
||||||
docs:
|
docs:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue