Hacking on IPA CICD

This commit is contained in:
TC 2023-09-27 14:01:59 +00:00
parent cdfaea38fa
commit 8c0149b09c

View File

@ -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"