Hacking on IPA CICD

This commit is contained in:
TC 2023-09-27 14:03:52 +00:00
parent 8c0149b09c
commit b80cbd038c

View File

@ -8,7 +8,13 @@ stages:
image: macos-12-xcode-14
before_script:
- echo "started by ${GITLAB_USER_NAME}"
build:
extends:
- .macos_saas_runners
stage: build
script:
- echo "place holder for build"
- 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
@ -19,13 +25,6 @@ stages:
- yes | flutter doctor --android-licenses
- ../veilid/veilid-flutter/setup_flutter.sh
build:
extends:
- .macos_saas_runners
stage: build
script:
- echo "place holder for build"
#test:
# extends:
# - .macos_saas_runners