9 lines
171 B
YAML
9 lines
171 B
YAML
platform: linux/amd64
|
|
|
|
pipeline:
|
|
build:
|
|
image: ghcr.io/cirruslabs/flutter:stable
|
|
commands:
|
|
- flutter build web
|
|
# TODO: edge-deploy
|
|
# TODO: tag-release
|