ci: fix features for -sys

This commit is contained in:
Felix Krull 2019-08-28 01:07:30 +02:00 committed by Colin Walters
parent 35fde60318
commit 110b09e1cd
1 changed files with 3 additions and 1 deletions

View File

@ -38,18 +38,20 @@ check:
script: script:
- rustup component add clippy - rustup component add clippy
- cargo clippy --all ${FEATURES} -- -D warnings - cargo clippy --all ${FEATURES} -- -D warnings
- cargo test --verbose --manifest-path sys/Cargo.toml ${FEATURES} - cargo test --verbose --manifest-path sys/Cargo.toml ${SYS_FEATURES}
- cargo test --verbose ${FEATURES} - cargo test --verbose ${FEATURES}
ostree: ostree:
<<: *build-step <<: *build-step
variables: variables:
# TODO: update # TODO: update
SYS_FEATURES: --features v2018_9
FEATURES: --features v2018_9,futures FEATURES: --features v2018_9,futures
ostree_default-features: ostree_default-features:
<<: *build-step <<: *build-step
variables: variables:
SYS_FEATURES: ""
FEATURES: "" FEATURES: ""
# docs # docs