Skip to content
Snippets Groups Projects
Commit c3df6100 authored by Sunny Singh's avatar Sunny Singh
Browse files

adding runners

parent bffe020f
No related branches found
No related tags found
No related merge requests found
Pipeline #372738 failed
......@@ -6,6 +6,8 @@ stages:
build:
stage: build
tags:
- macos
script:
- flutter config --enable-web
- flutter build web --release
......@@ -15,6 +17,8 @@ build:
pages:
stage: deploy
tags:
- macos
script:
- mv build/web public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment