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

updating yml

parent c1d0d0bd
No related branches found
No related tags found
No related merge requests found
Pipeline #372815 failed
image: dart:stable
image: cirrusci/flutter:stable
stages:
- build
- deploy
variables:
FLUTTER_VERSION: stable
before_script:
- apt-get update && apt-get install -y curl unzip
- curl -O https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}.zip
- unzip -o flutter_linux_${FLUTTER_VERSION}.zip
- export PATH="$PATH:$PWD/flutter/bin"
- flutter doctor
build:
stage: build
script:
......
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