commit 58d7830020e6b848c1ac4f04d4e1b06db513ca27 Author: Nulo Date: Tue Mar 15 18:53:44 2022 -0300 Init diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..cc36f67 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +pipeline: + build: + image: docker.io/alpine:3.15 + commands: + - apk add git nodejs npm go make + - git clone https://github.com/go-gitea/gitea -b v1.16.4 + - cd gitea + - GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build