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