mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-25 23:59:32 -05:00
Hacking on IPA CICD
This commit is contained in:
parent
8c0149b09c
commit
b80cbd038c
@ -8,7 +8,13 @@ stages:
|
|||||||
image: macos-12-xcode-14
|
image: macos-12-xcode-14
|
||||||
before_script:
|
before_script:
|
||||||
- echo "started by ${GITLAB_USER_NAME}"
|
- echo "started by ${GITLAB_USER_NAME}"
|
||||||
|
|
||||||
|
build:
|
||||||
|
extends:
|
||||||
|
- .macos_saas_runners
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- echo "place holder for build"
|
||||||
- git clone https://gitlab.com/veilid/veilid.git ../
|
- git clone https://gitlab.com/veilid/veilid.git ../
|
||||||
- curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh
|
- 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
|
- 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
|
- yes | flutter doctor --android-licenses
|
||||||
- ../veilid/veilid-flutter/setup_flutter.sh
|
- ../veilid/veilid-flutter/setup_flutter.sh
|
||||||
|
|
||||||
build:
|
|
||||||
extends:
|
|
||||||
- .macos_saas_runners
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- echo "place holder for build"
|
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# extends:
|
# extends:
|
||||||
# - .macos_saas_runners
|
# - .macos_saas_runners
|
||||||
|
Loading…
Reference in New Issue
Block a user