diff options
-rw-r--r-- | .builds/alpine.yml | 22 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml new file mode 100644 index 0000000..62f3983 --- /dev/null +++ b/.builds/alpine.yml @@ -0,0 +1,22 @@ +image: alpine/edge +packages: + - go + - vips-dev + - sassc + - golangci-lint +sources: + - https://git.sr.ht/~gabrielgio/img +tasks: + - setup: | + go install github.com/valyala/quicktemplate/qtc@latest + # - lint: | + # cd img + # make lint + - build: | + cd img + make +triggers: + - action: email + condition: failure + to: mail@gabrielgio.me + @@ -74,3 +74,5 @@ gci: alignment: betteralign -apply ./... + +bootstrap: |