summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2020-08-03Try to get fdroid nightly command to pick up our release buildsTorsten Grote
2020-07-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-07-21[wallet] introduce build flavors for distribution channelsTorsten Grote
(google play, fdroid, nightly) and show flavor name in dev settings
2020-05-11one more attempt at hot-fixing installed fdroidserver in CITorsten Grote
2020-05-11[wallet] Fix F-Droid nightly repo archive, so less versions stay in repoTorsten Grote
2020-05-11[wallet] try to keep only last 5 versions in nightly repoTorsten Grote
The wallet APK is huge and 20 versions take up to much space and prevent the repo to be published to the Gitlab Pages mirror.
2020-04-13[common] run unit tests in CITorsten Grote
2020-04-13[wallet] Fix HistoryEventTest and run unit tests in CITorsten Grote
2020-04-10[wallet] move wallet-core library download into gradle taskTorsten Grote
This removes the last dependency that had to be manually copied.
2020-04-10[wallet] move akono into a normal gradle dependencyTorsten Grote
This removes the need to manually copy a binary blob and should also make F-Droid inclusion easier.
2020-04-02Prevent parallel deploys to nightly repoTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote