1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Separate flatpak and cmake build dirs on CI

This commit is contained in:
Joshua Goins 2023-08-06 10:10:54 -04:00
parent 6babeb1d92
commit 05a2841f38

View file

@ -22,10 +22,10 @@ tasks:
reuse lint reuse lint
- configure: | - configure: |
cd astra cd astra
cmake -S . -B build cmake -S . -B build-cmake
- build: | - build: |
cd astra cd astra
cmake --build build cmake --build build-cmake
- flatpak: | - flatpak: |
cd astra cd astra
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
@ -34,4 +34,5 @@ tasks:
flatpak build-export export build flatpak build-export export build
flatpak build-bundle export astra.flatpak zone.xiv.astra --runtime-repo=https://flathub.org/repo/flathub.flatpakrep flatpak build-bundle export astra.flatpak zone.xiv.astra --runtime-repo=https://flathub.org/repo/flathub.flatpakrep
artifacts: artifacts:
- astra/build/bin/astra - astra/build-cmake/bin/astra
- astra/astra.flatpak