ci: move signing to android project, don't call it here

This commit is contained in:
Alibek Omarov 2019-09-27 05:35:16 +03:00
parent 3ce014d5f5
commit cd5028eed1

View File

@ -84,9 +84,7 @@ jobs:
- sh compile.sh - sh compile.sh
after_script: after_script:
- ccache --show-stats - ccache --show-stats
- apksigner sign --ks debug.keystore xashdroid.apk
- sh ../scripts/continious_upload.sh xashdroid.apk - sh ../scripts/continious_upload.sh xashdroid.apk
# - # ... # - # ...
# name: "Build for Windows MinGW" # name: "Build for Windows MinGW"
# cache: ccache # cache: ccache