Increase timeout for controlloid and install a specific npm version

This commit is contained in:
Alexandru Damian Manea 2019-11-18 01:36:54 +00:00 committed by Licaon_Kter
parent e568f3e9c5
commit 62ffcd5f7c

View file

@ -72,13 +72,15 @@ Builds:
- versionName: 1.2.0
versionCode: 11
commit: v1.2.0
timeout: 20000
subdir: android/app
sudo:
- 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
libreadline-dev
- 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
init:
- pushd ../..