build-system: configure git when running GitHub Action

In order to apply the patches for Kirigami, git insists on having
a valid user name and email.

Also, don't build the mobile app when preparing the AppImage. That
build already takes way too long and we test this in a few other
actions.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-03 10:49:15 -08:00
parent a7d6736665
commit 70470ffa45
5 changed files with 8 additions and 9 deletions

View file

@ -17,12 +17,6 @@ apt install -y libbluetooth-dev libmtp-dev
cp -a /appdir /__w/subsurface/
cp -a /install-root /__w/subsurface/
echo "--------------------------------------------------------------"
echo "building mobile"
# first make sure that no one broke Subsurface-mobile
bash -e -x subsurface/scripts/build.sh -mobile -quick
echo "--------------------------------------------------------------"
echo "building desktop"