mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
Hacking on IPA CICD
This commit is contained in:
parent
cdfaea38fa
commit
8c0149b09c
@ -1,6 +1,6 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
# - test
|
||||
|
||||
.macos_saas_runners:
|
||||
tags:
|
||||
@ -8,6 +8,16 @@ stages:
|
||||
image: macos-12-xcode-14
|
||||
before_script:
|
||||
- echo "started by ${GITLAB_USER_NAME}"
|
||||
script:
|
||||
- git clone https://gitlab.com/veilid/veilid.git ../
|
||||
- curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
- sudo -H -u $BREW_USER brew install capnp cmake wabt llvm protobuf openjdk@17 jq
|
||||
- cargo install wasm-bindgen-cli wasm-pack cargo-edit
|
||||
- sudo gem install cocoapods
|
||||
- wget -P /Downloads https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.13.5-stable.zip
|
||||
- unzip ~/Downloads/flutter_macos_3.13.5-stable.zip -d /Downloads && export PATH="$PATH:Downloads/flutter/bin"
|
||||
- yes | flutter doctor --android-licenses
|
||||
- ../veilid/veilid-flutter/setup_flutter.sh
|
||||
|
||||
build:
|
||||
extends:
|
||||
@ -16,10 +26,10 @@ build:
|
||||
script:
|
||||
- echo "place holder for build"
|
||||
|
||||
test:
|
||||
extends:
|
||||
- .macos_saas_runners
|
||||
stage: test
|
||||
script:
|
||||
- echo "place holder for test"
|
||||
#test:
|
||||
# extends:
|
||||
# - .macos_saas_runners
|
||||
# stage: test
|
||||
# script:
|
||||
# - echo "place holder for test"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user