From fd2d10a0ca82a5346182ecde2696a3b4cc6719bf Mon Sep 17 00:00:00 2001 From: Dakota Walsh Date: Wed, 28 Jul 2021 16:05:12 +1200 Subject: [PATCH] create build manifest --- .build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..3428bfb --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: ubuntu/lts +packages: + - golang +sources: + - https://git.sr.ht/~kota/metweather +tasks: + - test: | + cd metweather + go test -- 2.45.2