From 90d0fae9b1a926f23f1c367412f5440148360372 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 4 Aug 2023 17:35:25 -0400 Subject: [PATCH] Add srht CI --- .build.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..3d8d40b --- /dev/null +++ b/.build.yml @@ -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 \ No newline at end of file