changeset 16:6e6d09ce594e

CI: add linux build, untested
author Paper <mrpapersonic@gmail.com>
date Tue, 19 Sep 2023 22:54:48 -0400
parents cde8f67a7c7d
children db445ce42057
files .builds/linux.yml
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.builds/linux.yml	Tue Sep 19 22:54:48 2023 -0400
@@ -0,0 +1,21 @@
+image: archlinux
+packages:
+  - qt5-base
+  - cmake
+  - gcc
+  - curl
+sources:
+  - https://hg.sr.ht/~mrpapersonic/minori
+environment:
+  BUILD_SUBMITTER: hg.sr.ht
+tasks:
+  - build: |
+      cd minori
+      mkdir build
+      cd build
+      cmake .. -G "Unix Makefiles"
+      make
+triggers:
+  - action: email
+    condition: failure
+    to: Paper <mrpapersonic@gmail.com>
\ No newline at end of file