summaryrefslogtreecommitdiff
path: root/.build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yaml')
-rw-r--r--.build.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yaml b/.build.yaml
new file mode 100644
index 0000000..dd5ce06
--- /dev/null
+++ b/.build.yaml
@@ -0,0 +1,12 @@
+# build manifest for builds.sr.ht
+image: archlinux
+sources:
+ - https://git.sr.ht/~ewy/pik
+packages:
+ - go
+tasks:
+ - build: |
+ cd pik
+ bash .pik/build.sh
+artifacts:
+ - pik/pik \ No newline at end of file