Test sys with v2018_9 until I can get 2019.2 for CI
This commit is contained in:
parent
3fa9378a5e
commit
7871c600e0
|
|
@ -16,13 +16,13 @@ stages:
|
||||||
ostree-sys:
|
ostree-sys:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
|
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
|
||||||
|
|
||||||
ostree-sys_nightly:
|
ostree-sys_nightly:
|
||||||
stage: build
|
stage: build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --manifest-path sys/Cargo.toml --all-features
|
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
publish_ostree-sys:
|
publish_ostree-sys:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue