summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:42 +0100
committera73x <[email protected]>2024-08-25 15:14:42 +0100
commit9747eaa84f3cbec2267317fd98cda991c427f190 (patch)
tree8d6b54895ae5766b60747cdf367c4181fc462938 /.build.yml
parent2e2ccfc8a9cd73d316149b67c875545891c5dada (diff)
post 3
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..86f5b9d
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,9 @@
+image: debian/stable
+packages:
+ - go
+ - docker
+sources:
+ - https://git.sr.ht/~a73x/home
+tasks:
+ - setup: |
+ make public \ No newline at end of file