aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-02-16 00:05:10 -0500
committerAdnan Maolood <[email protected]>2021-02-16 00:05:10 -0500
commit1cb31e2d65e5a9399aa79fc45f95c50cc1e577f8 (patch)
treeb6ca83019ddab0a6f5a900c18a292e0b2576bb21
parentserver: Prevent adding Listeners after Close (diff)
downloadgo-gemini-1cb31e2d65e5a9399aa79fc45f95c50cc1e577f8.tar.xz
go-gemini-1cb31e2d65e5a9399aa79fc45f95c50cc1e577f8.zip
Add build manifest
-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..540af67
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,9 @@
+image: alpine/edge
+packages:
+- go
+sources:
+- https://git.sr.ht/~adnano/go-gemini
+tasks:
+- test: |
+ cd go-gemini
+ go test ./...