Fix And Bible build (missing g++ & build-essential)

This commit is contained in:
Tuomas Airaksinen 2019-12-03 20:47:11 +02:00
parent 770922ffb9
commit 0d52022c93

View file

@ -484,7 +484,7 @@ Builds:
subdir: app subdir: 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 -t stretch-backports npm g++ build-essential
gradle: gradle:
- yes - yes
srclibs: srclibs: