2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cbindgen: clean up build

This commit is contained in:
Dylan Araps 2019-10-08 11:22:32 +03:00
parent 22316c9cc7
commit ad53cf75ff
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,5 +1,10 @@
#!/bin/sh -e
cargo fetch --locked
cargo build --release --frozen
cargo fetch \
--locked
cargo build \
--release \
--frozen
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"