mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-18 04:24:29 -05:00
Hacking on IPA CICD
This commit is contained in:
parent
4671476a62
commit
b60263168d
@ -27,7 +27,11 @@ build:
|
|||||||
- wget https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.5-stable.zip
|
- wget https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.5-stable.zip
|
||||||
- unzip flutter_macos_3.13.5-stable.zip && export PATH="$PATH:`pwd`/flutter/bin"
|
- unzip flutter_macos_3.13.5-stable.zip && export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
- yes | flutter doctor --android-licenses
|
- yes | flutter doctor --android-licenses
|
||||||
- ../veilid/veilid-flutter/setup_flutter.sh
|
- flutter config --enable-macos-desktop --enable-ios
|
||||||
|
- flutter config --no-analytics
|
||||||
|
- dart --disable-analytics
|
||||||
|
- flutter doctor -v
|
||||||
|
- flutter build ipa
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# extends:
|
# extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user