Skip to content

Revive Android builds (#2485) #115

Revive Android builds (#2485)

Revive Android builds (#2485) #115

Workflow file for this run

# SuperTux
# Copyright (C) 2025 Hyland B. <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
name: Flatpak
on:
workflow_dispatch:
push:
branches:
- master
tags:
- '*'
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
env:
APPID: "org.supertux.SuperTuxNightly"
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
with:
# Fetch the whole tree so git describe works
fetch-depth: 0
submodules: recursive
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: SuperTuxNightly.flatpak
manifest-path: ${{ env.APPID }}.yml
cache-key: flatpak-builder-${{ github.sha }}