diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-18 14:04:37 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-03-18 14:04:37 +0100 |
commit | 4b887f57711ab635768456245104014b85ef1faa (patch) | |
tree | d5d1951c482013bfcf85577ac0df440a93689c73 | |
parent | ea0626d8060ab10005f29a8e9722ea35f58b0ec4 (diff) | |
download | alps-4b887f57711ab635768456245104014b85ef1faa.tar.gz alps-4b887f57711ab635768456245104014b85ef1faa.zip |
ci: add .build.yml
-rw-r--r-- | .build.yml | 9 |
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 ./... |