mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Add Flatpak build job to the CI
This commit is contained in:
parent
06e6037850
commit
c38a0decc5
1 changed files with 18 additions and 0 deletions
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
|
@ -311,3 +311,21 @@ jobs:
|
|||
with:
|
||||
name: ${{ runner.os }}-package
|
||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
||||
|
||||
build-flatpak:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Setup Linux dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install \
|
||||
flatpak-builder \
|
||||
|
||||
- name: Build Flatpak
|
||||
run: |
|
||||
./scripts/build-flatpak.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue