mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: use custom flutter installation
This commit is contained in:
parent
82b44b6e66
commit
72762821e7
@ -1,21 +1,23 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
|
||||||
flutter: circleci/flutter@2.0.2
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flutter_linux_arm:
|
flutter_linux_arm:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:current
|
image: ubuntu-2004:current
|
||||||
resource_class: arm.medium
|
resource_class: arm.medium
|
||||||
steps:
|
steps:
|
||||||
- flutter/install_sdk_and_pub:
|
|
||||||
version: 3.13.2
|
|
||||||
- checkout
|
- checkout
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt-get update -y &&
|
sudo apt-get update -y &&
|
||||||
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libunwind-dev locate patchelf gir1.2-appindicator3-0.1 libappindicator3-1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev mpv libmpv-dev
|
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libunwind-dev locate patchelf gir1.2-appindicator3-0.1 libappindicator3-1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev mpv libmpv-dev
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
git clone https://github.com/flutter/flutter.git
|
||||||
|
cd flutter && git checkout stable && cd ..
|
||||||
|
export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
|
flutter precache
|
||||||
|
flutter doctor -v
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Add .Env
|
name: Add .Env
|
||||||
command: echo $DOTENV | base64 --decode >> .env
|
command: echo $DOTENV | base64 --decode >> .env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user