Browse Source

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

pull/2/head
Alibek Omarov 5 years ago
parent
commit
cd5028eed1
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save