mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-16 19:50:53 +01:00
added extract signing config script
This commit is contained in:
parent
af6afc67a7
commit
f04386693b
@ -41,6 +41,7 @@ cache:
|
||||
- $HOME/.local/opt
|
||||
|
||||
before_install:
|
||||
- ./scripts/extract_signing_config.sh
|
||||
- ./scripts/install_android_ndk.sh
|
||||
- export PATH=$HOME/.local/bin:$PATH
|
||||
- pip install -r ./configs/requirements.txt --user
|
||||
|
6
scripts/extract_signing_config.sh
Executable file
6
scripts/extract_signing_config.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n ${SIGNING_CONFIG} ]; then
|
||||
echo ${SIGNING_CONFIG} | base64 -d | tar zxf -
|
||||
echo 'Extracted signing config'
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user