Add signing of the android APK to the scripts used by the CICD pipeline. Also update the example for running these scripts locally, and add the artefacts generated by doing so to .gitignore. Signed-off-by: Michael Keller <github@ike.ch>
52 lines
1013 B
Plaintext
52 lines
1013 B
Plaintext
translations/*.qm
|
|
*.o
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
*.dmg
|
|
*.patch
|
|
*.xml
|
|
ssrf-version.h
|
|
!dives/*.xml
|
|
*~
|
|
po/*.mo
|
|
/subsurface
|
|
/*.tar.gz
|
|
share/
|
|
Documentation/docbook-xsl.css
|
|
Documentation/user-manual*.html
|
|
Documentation/user-manual*.pdf
|
|
Documentation/user-manual*.text
|
|
Documentation/mobile-images/mobile-images
|
|
packaging/windows/subsurface.nsi
|
|
packaging/macos/Info.plist
|
|
*.kdev4
|
|
callgrind.out.*
|
|
.gitignore
|
|
build*/
|
|
.rcc
|
|
.moc
|
|
.uic
|
|
.obj
|
|
Makefile
|
|
subsurface.pro.user*
|
|
Subsurface-mobile.pro.user*
|
|
Subsurface.app
|
|
.DS_Store
|
|
!android/**/*.xml
|
|
build*
|
|
nightly-builds/
|
|
mobile-widgets/qml/kirigami
|
|
mobile-widgets/3rdparty/ECM/
|
|
mobile-widgets/3rdparty/breeze-icons/
|
|
mobile-widgets/3rdparty/extra-cmake-modules/
|
|
mobile-widgets/3rdparty/kirigami/
|
|
packaging/ios/install-root
|
|
packaging/ios/Info.plist
|
|
packaging/ios/Qt
|
|
packaging/ios/asset_catalog_compiler.Info.plist
|
|
appdata/subsurface.appdata.xml
|
|
scripts/docker/android-build-container/android-build-setup.sh
|
|
scripts/docker/android-build-container/variables.sh
|
|
android-mobile/Roboto-Regular.ttf
|