1
Fork 0
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:
Joshua Goins 2023-09-16 18:02:43 -04:00
parent 6b714d0a52
commit d07adfb0bf

View file

@ -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