1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-04 17:57:46 +00:00
astra/.build.yml

39 lines
690 B
YAML
Raw Normal View History

2023-08-04 17:35:25 -04:00
image: archlinux
packages:
- cmake
- extra-cmake-modules
- qt6-quickcontrols2
- qt6-webengine
2023-08-04 17:35:25 -04:00
- kirigami2
- kcoreaddons
- ki18n
- kconfig
- qtkeychain-qt6
- quazip-qt6
2023-08-04 17:35:25 -04:00
- rust
- unshield
- gamemode
2023-08-05 22:15:39 -04:00
- reuse
2023-08-06 09:46:50 -04:00
- flatpak-builder
2023-08-04 17:35:25 -04:00
sources:
- https://git.sr.ht/~redstrate/astra
tasks:
2023-08-05 22:15:39 -04:00
- reuse: |
cd astra
reuse lint
- tarball: |
cd astra
./scripts/tarball.sh
#- configure: |
# cd astra
# cmake -S . -B build-cmake
#- build: |
# cd astra
# cmake --build build-cmake
#- flatpak: |
# cd astra
# ./build-flatpak.sh
artifacts:
- astra-source.tar.gz
# - astra/build-cmake/bin/astra
# - astra/astra.flatpak