Temporarily remove features
It's not possible to use them at the top of the workspace. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a3922138a3
commit
a55d420979
1 changed files with 2 additions and 13 deletions
|
@ -23,12 +23,12 @@ variables:
|
|||
.build:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build --verbose --no-default-features --features=$FEATURES
|
||||
- cargo build --verbose
|
||||
|
||||
.test:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test --verbose --no-default-features --features=$FEATURES
|
||||
- cargo test --verbose
|
||||
|
||||
rust-latest-build:
|
||||
extends:
|
||||
|
@ -40,7 +40,6 @@ rust-nightly-build:
|
|||
- .build
|
||||
- .nightly
|
||||
|
||||
|
||||
rust-latest-test:
|
||||
extends:
|
||||
- .test
|
||||
|
@ -50,13 +49,3 @@ rust-nightly-test:
|
|||
extends:
|
||||
- .test
|
||||
- .nightly
|
||||
|
||||
rust-latest-build with features=disable-validation:
|
||||
extends: rust-latest-build
|
||||
variables:
|
||||
FEATURES: "disable-validation"
|
||||
|
||||
rust-latest-test with features=disable-validation:
|
||||
extends: rust-latest-test
|
||||
variables:
|
||||
FEATURES: "disable-validation"
|
||||
|
|
Loading…
Reference in a new issue