Don't separately build ostree-sys with nightly
This commit is contained in:
parent
f5b4d7edcd
commit
f5375f36b6
|
|
@ -20,12 +20,6 @@ ostree-sys:
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
|
- cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
|
||||||
|
|
||||||
ostree-sys_nightly:
|
|
||||||
stage: build
|
|
||||||
image: rustlang/rust:nightly
|
|
||||||
script:
|
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
|
|
||||||
|
|
||||||
publish_ostree-sys:
|
publish_ostree-sys:
|
||||||
stage: publish
|
stage: publish
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue