build-system/Android: work around missing C compiler in our build container

This of course needs to be fixed in the build container itself, but
for now this might be enough to make progress.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-10 16:32:02 -08:00
parent 4070c76501
commit c5074c8af5

View file

@ -32,5 +32,8 @@ jobs:
ls -l
git config --global user.email "ci@subsurface-divelog.org"
git config --global user.name "Subsurface CI"
# it turns out our build container doesn't have a native compiler
# yet ECM needs that
apt-get install --reinstall cpp-7 gcc-7-base libgcc-7-dev libcc1-0 gcc-7
bash -x ./subsurface/packaging/android/qmake-build.sh