mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-03 17:47:40 +03:00
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:
|
||||
stage: build
|
||||
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:
|
||||
stage: build
|
||||
image: rustlang/rust:nightly
|
||||
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
|
||||
|
||||
publish_ostree-sys:
|
||||
|
Loading…
x
Reference in New Issue
Block a user