misc fixes

This commit is contained in:
linsui 2022-06-03 13:42:17 +08:00 committed by linsui
parent 86ab2436fe
commit 04132f3169
4 changed files with 14 additions and 2 deletions

View file

@ -270,6 +270,10 @@ Builds:
versionCode: 42
commit: ae2b2c53e06aeddbf0bf7b7ded0c232500867e46
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -105,6 +105,10 @@ Builds:
versionCode: 16
commit: 4c17c5ecd5479b5787d7944bf276d2f35aee1fae
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -22,6 +22,10 @@ Builds:
versionCode: 91
commit: 4bdcc53b1205a7519ce264b40d21b366b788c83d
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -1415,11 +1415,11 @@ Builds:
commit: 4.5.4
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.xz https://nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64.tar.xz
- echo "3bbe4faf356738d88b45be222bf5e858330541ff16bd0d4cfad36540c331461b node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v14.17.6-linux-x64/. /usr/local/
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
- npm -g install yarn
init:
- yarn install