2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-30 04:27:01 +02:00
Christian Pauly 34d7fdd7bc refactor: CI
2020-11-21 12:40:36 +01:00

10 lines
152 B
Bash
Executable File

#!/usr/bin/env bash
flutter channel stable
flutter upgrade
flutter clean
flutter pub get
cd ios
pod install
pod update
cd ..
flutter build ios --release