Common sign key for all testing builds
This commit is contained in:
parent
268f4a8ec2
commit
96432c6ca9
2 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ before_install:
|
||||||
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null
|
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null
|
||||||
- mv android-ndk-r10e android-ndk
|
- mv android-ndk-r10e android-ndk
|
||||||
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
||||||
- git submodule init
|
- git submodule update --init --recursive
|
||||||
- git submodule update
|
|
||||||
script:
|
script:
|
||||||
|
- cp debug.keystore ~/.android/debug.keystore
|
||||||
- sh gen-version.sh travis build
|
- sh gen-version.sh travis build
|
||||||
- sh gen-config.sh test
|
- sh gen-config.sh test
|
||||||
- python2 makepak.py xash-extras assets/extras.pak
|
- python2 makepak.py xash-extras assets/extras.pak
|
||||||
|
|
BIN
debug.keystore
Normal file
BIN
debug.keystore
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue