forked from hyperledger/aries-vcx
-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (32 loc) · 1011 Bytes
/
afc_updates.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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