diff .builds/unix.yml @ 83:837c5380d6f9

CI: add CI builds
author Paper <paper@paper.us.eu.org>
date Fri, 22 Mar 2024 22:26:57 -0400
parents
children f4b0ff679229
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.builds/unix.yml	Fri Mar 22 22:26:57 2024 -0400
@@ -0,0 +1,18 @@
+image: debian/bookworm
+packages:
+  - gcc
+  - make
+sources:
+  - hg+https://hg.sr.ht/~mrpapersonic/msvpvf
+tasks:
+  - build: |
+      # build
+      cd msvpvf
+      make
+      strip msvpvf
+artifacts:
+  - msvpvf/msvpvf
+triggers:
+  - action: email
+    condition: failure
+    to: Paper <paper@paper.us.eu.org>