mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-09 20:07:46 +00:00
35 lines
No EOL
610 B
YAML
35 lines
No EOL
610 B
YAML
image: archlinux
|
|
packages:
|
|
- cmake
|
|
- extra-cmake-modules
|
|
- qt6-quickcontrols2
|
|
- qt6-webengine
|
|
- kirigami2
|
|
- kcoreaddons
|
|
- ki18n
|
|
- kconfig
|
|
- qtkeychain-qt6
|
|
- quazip-qt6
|
|
- 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 |