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

Add srht CI

This commit is contained in:
Joshua Goins 2023-08-04 17:35:25 -04:00
parent bcf846d387
commit 90d0fae9b1

25
.build.yml Normal file
View file

@ -0,0 +1,25 @@
image: archlinux
packages:
- cmake
- extra-cmake-modules
- qt5-quickcontrols2
- kirigami2
- kcoreaddons
- ki18n
- kconfig
- qtkeychain-qt5
- quazip-qt5
- rust
- unshield
- gamemode
sources:
- https://git.sr.ht/~redstrate/astra
tasks:
- configure: |
cd astra
cmake -S . -B build
- build: |
cd astra
cmake --build build
artifacts:
- astra/build/bin/astra