Increase timeout for controlloid and install a specific npm version
This commit is contained in:
parent
e568f3e9c5
commit
62ffcd5f7c
|
|
@ -72,13 +72,15 @@ Builds:
|
||||||
- versionName: 1.2.0
|
- versionName: 1.2.0
|
||||||
versionCode: 11
|
versionCode: 11
|
||||||
commit: v1.2.0
|
commit: v1.2.0
|
||||||
|
timeout: 20000
|
||||||
subdir: android/app
|
subdir: android/app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
- apt-get install -y -t stretch-backports npm
|
|
||||||
- apt-get install -y bubblewrap cmake g++ git ninja-build python3 zip libicu-dev
|
- apt-get install -y bubblewrap cmake g++ git ninja-build python3 zip libicu-dev
|
||||||
libreadline-dev
|
libreadline-dev
|
||||||
- bash -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
|
- bash -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
|
||||||
|
- apt-get install -y -t stretch-backports npm
|
||||||
|
- npm install -g npm@6.13.0
|
||||||
- sysctl -p
|
- sysctl -p
|
||||||
init:
|
init:
|
||||||
- pushd ../..
|
- pushd ../..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue