Merge branch 'fix-controlloid' into 'master'

Increase timeout for controlloid and install a specific npm version

See merge request fdroid/fdroiddata!5950
This commit is contained in:
Licaon_Kter 2019-11-18 01:36:54 +00:00
commit 64cdbc9ffe

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 ../..