summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
AgeCommit message (Collapse)Author
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