]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
Add build manifest for build.sr.ht
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Apr 2021 21:23:06 +0000 (23:23 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Apr 2021 21:39:44 +0000 (23:39 +0200)
.builds/README.adoc [new file with mode: 0644]
.builds/archlinux.yml [new file with mode: 0644]

diff --git a/.builds/README.adoc b/.builds/README.adoc
new file mode 100644 (file)
index 0000000..45f276e
--- /dev/null
@@ -0,0 +1,3 @@
+= README
+
+Build manifests for build.sr.ht to test on multiple platforms
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
new file mode 100644 (file)
index 0000000..0269b36
--- /dev/null
@@ -0,0 +1,7 @@
+image: archlinux
+packages:
+  - go
+tasks:
+  - all: |
+      cd safcm
+      ./ci/run