mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Get rid of pre-package workaround
This commit is contained in:
parent
5924702595
commit
98fbf253a7
@ -65,13 +65,11 @@ pages:
|
||||
publish_libostree-sys:
|
||||
stage: publish
|
||||
script:
|
||||
- make pre-package
|
||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||
when: manual
|
||||
|
||||
publish_libostree:
|
||||
stage: publish
|
||||
script:
|
||||
- make pre-package
|
||||
- cargo publish --verbose --token $CRATES_IO_TOKEN
|
||||
when: manual
|
||||
|
@ -3,12 +3,6 @@ all: generate-libostree-sys generate-libostree
|
||||
.PHONY: update-gir-files
|
||||
|
||||
|
||||
# -- cargo package helpers --
|
||||
pre-package:
|
||||
cp LICENSE libostree-sys/
|
||||
cp README.md LICENSE libostree/
|
||||
|
||||
|
||||
# -- gir generation --
|
||||
target/tools/bin/gir:
|
||||
cargo install --root target/tools --git https://github.com/gtk-rs/gir.git -- gir
|
||||
|
Loading…
Reference in New Issue
Block a user