Hacking on IPA CICD

This commit is contained in:
TC 2023-09-27 14:06:10 +00:00
parent b80cbd038c
commit c914dd3a0c

View File

@ -15,7 +15,7 @@ build:
stage: build stage: build
script: script:
- echo "place holder for build" - echo "place holder for build"
- git clone https://gitlab.com/veilid/veilid.git ../ - git clone https://gitlab.com/veilid/veilid.git ../veilid
- 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
- cargo install wasm-bindgen-cli wasm-pack cargo-edit - cargo install wasm-bindgen-cli wasm-pack cargo-edit