mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-12 21:07:44 +00:00
34 lines
No EOL
580 B
YAML
34 lines
No EOL
580 B
YAML
image: archlinux
|
|
packages:
|
|
- cmake
|
|
- extra-cmake-modules
|
|
- qt5-quickcontrols2
|
|
- kirigami2
|
|
- kcoreaddons
|
|
- ki18n
|
|
- kconfig
|
|
- qtkeychain-qt5
|
|
- quazip-qt5
|
|
- rust
|
|
- unshield
|
|
- gamemode
|
|
- reuse
|
|
- flatpak-builder
|
|
sources:
|
|
- https://git.sr.ht/~redstrate/astra
|
|
tasks:
|
|
- reuse: |
|
|
cd astra
|
|
reuse lint
|
|
- configure: |
|
|
cd astra
|
|
cmake -S . -B build-cmake
|
|
- build: |
|
|
cd astra
|
|
cmake --build build-cmake
|
|
- flatpak: |
|
|
cd astra
|
|
./build-flatpak.sh
|
|
artifacts:
|
|
- astra/build-cmake/bin/astra
|
|
- astra/astra.flatpak |