Update .gitlab-ci.yml file

This commit is contained in:
TC 2023-11-19 17:23:17 +00:00
parent a60fc4000a
commit 79ab46232f

View File

@ -22,17 +22,18 @@ build:
- git clone https://gitlab.com/veilid/veilid.git ../veilid
- curl proto =https tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- source "$HOME/.cargo/env"
- brew install capnp cmake wabt llvm protobuf openjdk@17 jq
- brew install capnp cmake wabt llvm protobuf openjdk@17 jq cocoapods
- cargo install wasm-bindgen-cli wasm-pack cargo-edit
- sudo gem install cocoapods
- wget https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.13.5-stable.zip
- unzip flutter_macos_arm64_3.13.5-stable.zip && export PATH="$PATH:`pwd`/flutter/bin"
#- yes | flutter doctor --android-licenses
- flutter update
- yes | flutter doctor --android-licenses
- flutter config --enable-macos-desktop --enable-ios
- flutter config --no-analytics
- dart --disable-analytics
- flutter doctor -v
- flutter build ipa
- flutter build appbundle
when: manual
#test: