mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 11:36:37 +00:00
this works locally i have no idea why
This commit is contained in:
parent
5610d3f3f3
commit
62b9c0c752
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ compile:
|
|||
- rustup target add "${TARGET}"
|
||||
- if [[ -d ../target ]]; then mv ../target target; fi
|
||||
- RUSTFLAGS="$(../rustflags.sh)" cargo build --target "${TARGET}" --release --verbose
|
||||
- RUSTFLAGS="$(../rustflags.sh)" cargo build -p libsignal-jni --target "${TARGET}" --release --verbose
|
||||
- cp -v target/${TARGET}/release/libsignal_jni.so ../libsignal_jni-${TARGET}.so
|
||||
- cp target/ ../target
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue