Commit graph

14 commits

Author SHA1 Message Date
Darcy Wong
110514e9a6 fix(android/app): Pathing for publish script 2023-05-23 06:56:15 +07:00
Darcy Wong
840c82c209 chore(android): Revert script header 2023-05-11 13:31:30 +07:00
Darcy Wong
c169b5ca10 chore(android/app): Remove stray test code 2023-05-11 13:29:34 +07:00
Darcy Wong
f5d43482c1 fix(android/app): Address review comments 2023-05-11 13:08:34 +07:00
Darcy Wong
aac63118ac chore(android/app): Cleanup build-play-store-notes script 2023-05-11 11:08:30 +07:00
Darcy Wong
c7e65409a3 fix(android): Move set_java_home to build-utils 2023-03-31 13:07:35 +07:00
Darcy Wong
aeab288265
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-03-31 12:56:20 +07:00
Darcy Wong
98351adb84 fix(android): Update build-publish to override JAVA_HOME 2023-03-30 07:11:57 +07:00
Marc Durdin
ce864ea923 chore: update standard script prolog to use builtin instead of dirname 2023-02-22 11:04:15 +07:00
Marc Durdin
463c7ff907 chore: remove greadlink from standard script prolog 2023-02-22 10:43:06 +07:00
Marc Durdin
767927bf16 chore(common): use /usr/bin/env bash
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.

This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:

```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
Darcy
63b8867aa4 chore(android): Separate CI step to generate Play Store notes 2022-03-15 09:54:00 +07:00
Marc Durdin
5fac633fb6 fix(common): build script help param
When working on a new build script, I tripped over the `-?` question
mark help parameter here, as it needs to be escaped. Opted to fix all
the instances in our scripts, although AFAICT there would not have been
current bugs arising from this, as there were no conflicting one
character options lower in the case list.
2021-05-28 09:50:40 +10:00
Darcy Wong
eab137950e fix(android): Add CI script to publish to Play Store
This adds a CI script to publish specified APKs to the Play Store.
2020-08-07 09:28:48 +07:00