aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-18 14:04:37 +0100
committerSimon Ser <contact@emersion.fr>2020-03-18 14:04:37 +0100
commit4b887f57711ab635768456245104014b85ef1faa (patch)
treed5d1951c482013bfcf85577ac0df440a93689c73 /.build.yml
parentea0626d8060ab10005f29a8e9722ea35f58b0ec4 (diff)
downloadalps-4b887f57711ab635768456245104014b85ef1faa.tar.gz
alps-4b887f57711ab635768456245104014b85ef1faa.zip
ci: add .build.yml
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..65c84e8
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,9 @@
+image: alpine/edge
+packages:
+ - go
+sources:
+ - https://git.sr.ht/~emersion/koushin
+tasks:
+ - build: |
+ cd koushin
+ go test -v ./...