kopia lustrzana https://github.com/dl9rdz/rdzwx-go
more travis testing
rodzic
398dad6f8e
commit
3152941df9
|
@ -38,6 +38,7 @@ before_script:
|
|||
# - android-wait-for-emulator
|
||||
# - adb shell input keyevent 82 &
|
||||
# - curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||
- echo ${TEST}
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install nodejs
|
||||
- sudo apt-get install npm
|
||||
|
@ -65,7 +66,7 @@ script:
|
|||
- cordova build --release
|
||||
- export BUILD_TOOLS=$HOME/sdk/build-tools/29.0.3
|
||||
- ${BUILD_TOOLS}/zipalign -v -p 4 platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk rdzSonde-unsigned.apk
|
||||
- echo $supersecret | gpg --passphrase-fd 0 -d my-release-key.jks.gpg > my-release-key.jks
|
||||
- echo ${SUPERSECRET} | gpg --passphrase-fd 0 -d my-release-key.jks.gpg > my-release-key.jks
|
||||
- ${BUILD_TOOLS}/apksigner sign --ks my-release-key.jks --out rdzSonde-${TRAVIS_TAG}.apk rdzSonde-unsigned.apk
|
||||
# ./gradlew clean build
|
||||
#- ./gradlew test
|
||||
|
|
Ładowanie…
Reference in New Issue