mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-04 20:58:58 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
a60fc4000a
commit
79ab46232f
1 changed files with 4 additions and 3 deletions
|
@ -22,17 +22,18 @@ build:
|
||||||
- git clone https://gitlab.com/veilid/veilid.git ../veilid
|
- git clone https://gitlab.com/veilid/veilid.git ../veilid
|
||||||
- curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
- curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
- source "$HOME/.cargo/env"
|
- 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
|
- 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
|
- 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"
|
- 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 --enable-macos-desktop --enable-ios
|
||||||
- flutter config --no-analytics
|
- flutter config --no-analytics
|
||||||
- dart --disable-analytics
|
- dart --disable-analytics
|
||||||
- flutter doctor -v
|
- flutter doctor -v
|
||||||
- flutter build ipa
|
- flutter build ipa
|
||||||
|
- flutter build appbundle
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue