mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Disable CI for now, since KF6 isn't available
This commit is contained in:
parent
6b714d0a52
commit
d07adfb0bf
1 changed files with 16 additions and 16 deletions
32
.build.yml
32
.build.yml
|
@ -2,14 +2,14 @@ image: archlinux
|
|||
packages:
|
||||
- cmake
|
||||
- extra-cmake-modules
|
||||
- qt5-quickcontrols2
|
||||
- qt5-webengine
|
||||
- qt6-quickcontrols2
|
||||
- qt6-webengine
|
||||
- kirigami2
|
||||
- kcoreaddons
|
||||
- ki18n
|
||||
- kconfig
|
||||
- qtkeychain-qt5
|
||||
- quazip-qt5
|
||||
- qtkeychain-qt6
|
||||
- quazip-qt6
|
||||
- rust
|
||||
- unshield
|
||||
- gamemode
|
||||
|
@ -21,15 +21,15 @@ 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
|
||||
#- 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
|
Loading…
Add table
Reference in a new issue