Added basic web builder
This commit is contained in:
parent
192c5e3a8c
commit
1975d66419
1 changed files with 9 additions and 0 deletions
9
.woodpecker/build-web.yml
Normal file
9
.woodpecker/build-web.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: ghcr.io/cirruslabs/flutter:stable
|
||||||
|
commands:
|
||||||
|
- flutter build web
|
||||||
|
# TODO: edge-deploy
|
||||||
|
# TODO: tag-release
|
Loading…
Reference in a new issue