summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-01 20:10:12 +0200
committerewy <ewy0@protonmail.com>2026-06-01 20:10:12 +0200
commitfc28182bd79f29088c360e7bfacb5cac1bebc430 (patch)
tree07489904118abdd08401d33ad3d7d2ae3b04784a
parent3d46b9546e1ccf131ce4dbcbfc12f6e37fa301ea (diff)
rename build file
-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