From d07adfb0bfaa79b0072a13c5ec7cac332181d251 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 16 Sep 2023 18:02:43 -0400 Subject: [PATCH] Disable CI for now, since KF6 isn't available --- .build.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.build.yml b/.build.yml index 5bf0e1e..180f2a8 100644 --- a/.build.yml +++ b/.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 \ No newline at end of file + #- 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 \ No newline at end of file