Get rid of pre-package workaround

This commit is contained in:
Felix Krull 2018-10-20 12:19:33 +02:00 committed by Colin Walters
parent 5924702595
commit 98fbf253a7
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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