1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-05 02:07:45 +00:00
astra/.build.yml

29 lines
463 B
YAML
Raw Normal View History

2023-08-04 17:35:25 -04:00
image: archlinux
packages:
- cmake
- extra-cmake-modules
- qt5-quickcontrols2
- kirigami2
- kcoreaddons
- ki18n
- kconfig
- qtkeychain-qt5
- quazip-qt5
- rust
- unshield
- gamemode
2023-08-05 22:15:39 -04:00
- reuse
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
2023-08-04 17:35:25 -04:00
- configure: |
cd astra
cmake -S . -B build
- build: |
cd astra
cmake --build build
artifacts:
- astra/build/bin/astra