mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-07 14:12:41 -04:00
Hacking on IPA CICD
This commit is contained in:
parent
3ac6950a9a
commit
c6fcbb30ad
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
variables:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
@ -17,7 +20,8 @@ build:
|
||||||
- echo "place holder for build"
|
- echo "place holder for 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
|
||||||
- sudo -H -u $BREW_USER brew install capnp cmake wabt llvm protobuf openjdk@17 jq
|
- source "$HOME/.cargo/env"
|
||||||
|
- sudo brew install capnp cmake wabt llvm protobuf openjdk@17 jq
|
||||||
- cargo install wasm-bindgen-cli wasm-pack cargo-edit
|
- cargo install wasm-bindgen-cli wasm-pack cargo-edit
|
||||||
- sudo gem install cocoapods
|
- sudo gem install cocoapods
|
||||||
- wget -P /Downloads https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.5-stable.zip
|
- wget -P /Downloads https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.5-stable.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue