]> git.armaanb.net Git - libacheam.git/commitdiff
Add CI
authorArmaan Bhojwani <me@armaanb.net>
Tue, 11 May 2021 13:34:36 +0000 (09:34 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 11 May 2021 13:34:36 +0000 (09:34 -0400)
.builds/glibc.yml [new file with mode: 0644]
.builds/musl.yml [new file with mode: 0644]

diff --git a/.builds/glibc.yml b/.builds/glibc.yml
new file mode 100644 (file)
index 0000000..80c09d6
--- /dev/null
@@ -0,0 +1,13 @@
+image: archlinux
+packages:
+  - scdoc
+sources:
+  - https://git.sr.ht/~armaan/libacheam
+triggers:
+  - action: email
+    condition: failure
+    to: me@armaanb.net
+tasks:
+  - build: |
+      cd libacheam
+      make test
diff --git a/.builds/musl.yml b/.builds/musl.yml
new file mode 100644 (file)
index 0000000..c886316
--- /dev/null
@@ -0,0 +1,13 @@
+image: alpine/edge
+packages:
+  - scdoc
+sources:
+  - https://git.sr.ht/~armaan/libacheam
+triggers:
+  - action: email
+    condition: failure
+    to: me@armaanb.net
+tasks:
+  - build: |
+      cd libacheam
+      make test