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:
parent
bcf846d387
commit
90d0fae9b1
1 changed files with 25 additions and 0 deletions
25
.build.yml
Normal file
25
.build.yml
Normal 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
|
Loading…
Add table
Reference in a new issue