Move libostree-sys/ to sys/
This commit is contained in:
parent
7c29936b84
commit
20dca2630c
|
|
@ -16,19 +16,19 @@ stages:
|
|||
libostree-sys:
|
||||
stage: build
|
||||
script:
|
||||
- cargo test --verbose --manifest-path libostree-sys/Cargo.toml
|
||||
- cargo test --verbose --manifest-path sys/Cargo.toml
|
||||
|
||||
libostree-sys_nightly:
|
||||
stage: build
|
||||
image: rustlang/rust:nightly
|
||||
script:
|
||||
- cargo test --verbose --manifest-path libostree-sys/Cargo.toml
|
||||
- cargo test --verbose --manifest-path sys/Cargo.toml
|
||||
allow_failure: true
|
||||
|
||||
publish_libostree-sys:
|
||||
stage: publish
|
||||
script:
|
||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||
- cargo publish --verbose --manifest-path sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||
when: manual
|
||||
|
||||
# libostree
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
exclude = [
|
||||
"conf/**",
|
||||
"gir-files/**",
|
||||
"libostree-sys/**",
|
||||
"sys/**",
|
||||
".gitlab-ci.yml",
|
||||
]
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ gio = "0.5"
|
|||
glib-sys = "0.7"
|
||||
gobject-sys = "0.7"
|
||||
gio-sys = "0.7"
|
||||
libostree-sys = { version = "0.1", path = "libostree-sys" }
|
||||
libostree-sys = { version = "0.1", path = "sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
work_mode = "sys"
|
||||
library = "OSTree"
|
||||
version = "1.0"
|
||||
target_path = "../libostree-sys"
|
||||
target_path = "../sys"
|
||||
external_libraries = [
|
||||
"GLib",
|
||||
"GObject",
|
||||
|
|
|
|||
Loading…
Reference in New Issue