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:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- extra-cmake-modules
|
- extra-cmake-modules
|
||||||
- qt5-quickcontrols2
|
- qt6-quickcontrols2
|
||||||
- qt5-webengine
|
- qt6-webengine
|
||||||
- kirigami2
|
- kirigami2
|
||||||
- kcoreaddons
|
- kcoreaddons
|
||||||
- ki18n
|
- ki18n
|
||||||
- kconfig
|
- kconfig
|
||||||
- qtkeychain-qt5
|
- qtkeychain-qt6
|
||||||
- quazip-qt5
|
- quazip-qt6
|
||||||
- rust
|
- rust
|
||||||
- unshield
|
- unshield
|
||||||
- gamemode
|
- gamemode
|
||||||
|
@ -21,15 +21,15 @@ tasks:
|
||||||
- reuse: |
|
- reuse: |
|
||||||
cd astra
|
cd astra
|
||||||
reuse lint
|
reuse lint
|
||||||
- configure: |
|
#- configure: |
|
||||||
cd astra
|
# cd astra
|
||||||
cmake -S . -B build-cmake
|
# cmake -S . -B build-cmake
|
||||||
- build: |
|
#- build: |
|
||||||
cd astra
|
# cd astra
|
||||||
cmake --build build-cmake
|
# cmake --build build-cmake
|
||||||
- flatpak: |
|
#- flatpak: |
|
||||||
cd astra
|
# cd astra
|
||||||
./build-flatpak.sh
|
# ./build-flatpak.sh
|
||||||
artifacts:
|
#artifacts:
|
||||||
- astra/build-cmake/bin/astra
|
# - astra/build-cmake/bin/astra
|
||||||
- astra/astra.flatpak
|
# - astra/astra.flatpak
|
Loading…
Add table
Reference in a new issue