Commit 6e7cfaae5ade00eb42d3509ecf9850777de15b00

Parents: c83a61011ad7213dc64f57a2b9c498bfda78d914

From: Moritz Poldrack <git@moritz.sh>
Date: Fri Jun 10 15:07:01 2022 +0700

added basic CI pipeline

		

Stats

.build.yml +10/-0

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000000000000000000000000000000000000..bc6f3708a5dd8c0587fc756c6c6eae948c0135e0
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,10 @@
+image: archlinux
+packages:
+  - go
+shell: false
+sources:
+- https://git.sr.ht/~poldi1405/nntp
+tasks:
+  - go-test: |
+    cd nntp
+    go test -v -cover