Manyverse: Install g++ on the build server

Some node modules require it
This commit is contained in:
Pierre Rudloff 2018-10-05 19:14:53 +02:00
parent 95f2fb9559
commit 4c675fdb79

View file

@ -35,6 +35,7 @@ Builds:
commit: v0.18.10-02.beta
subdir: android/app
sudo: |-
apt-get install -y g++ && \
curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz && \
echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz" | sha256sum -c - && \
tar xJf node.tar.xz && \