create build manifest
1 files changed, 9 insertions(+), 0 deletions(-) A .build.yml
A .build.yml => .build.yml +9 -0
@@ 0,0 1,9 @@ +image: ubuntu/lts +packages: + - golang +sources: + - https://git.sr.ht/~kota/metweather +tasks: + - test: | + cd metweather + go test