mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Remove last old CI remnants
This commit is contained in:
parent
b7c7d87db6
commit
c804bf66c7
3 changed files with 2 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
**Disclaimer:** This project is not endorsed or certified by Sony Interactive Entertainment LLC.
|
||||
|
||||
[](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [](https://builds.sr.ht/~thestr4ng3r/chiaki?)
|
||||
[](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [](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.
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
secret.tar.enc
BIN
secret.tar.enc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue