Skip to content

minor tweaks and CI conditions #8

minor tweaks and CI conditions

minor tweaks and CI conditions #8

Workflow file for this run

name: CI for aries_framework_vcx
on:
push:
branches:
- aries-framework-vcx-uniffi-ios
paths:
- 'aries_framework_vcx/**'
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Dependencies
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew install pkg-config libsodium openssl zeromq just jq
- name: Set up Rust
run: |
rustc --version
rustup default 1.78.0
rustc --version
- name: Run the script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
TAG: ${{ github.ref_name }}
run: |
echo "executing ios build"
chmod +x ./aries_framework_vcx/src/scripts/ios.build.cargo.sh
./aries_framework_vcx/src/scripts/ios.build.cargo.sh