Remove last old CI remnants

This commit is contained in:
Florian Märkl 2020-12-28 15:31:32 +01:00
commit c804bf66c7
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 2 additions and 10 deletions

View file

@ -5,7 +5,7 @@
**Disclaimer:** This project is not endorsed or certified by Sony Interactive Entertainment LLC.
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/dnj9cmx5mmaaawer?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/c81ogebvsmo43dd3?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?)
Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play
for Linux, FreeBSD, OpenBSD, Android, macOS, Windows, Nintendo Switch and potentially even more platforms.

View file

@ -67,15 +67,7 @@ android {
properties.load(propertiesFile.newDataInputStream())
}
def keystoreFile = file("../../keystore.jks")
if(System.getenv("TRAVIS") == "true" && keystoreFile.exists()) {
println("Enabling Signing on Travis")
buildTypes.release.signingConfig = signingConfigs.release
signingConfigs.release.storeFile = keystoreFile
signingConfigs.release.storePassword = System.getenv("android_keystore_pw")
signingConfigs.release.keyAlias = "chiaki"
signingConfigs.release.keyPassword = System.getenv("android_keystore_alias_pw")
} else if(properties.containsKey("chiakiKeystore")) {
if(properties.containsKey("chiakiKeystore")) {
println("Enabling Local Signing")
buildTypes.release.signingConfig = signingConfigs.release
buildTypes.debug.signingConfig = signingConfigs.release

Binary file not shown.