Skip to content

[Infra] Embed frameworks scripts/add_framework_script.rb #457

[Infra] Embed frameworks scripts/add_framework_script.rb

[Infra] Embed frameworks scripts/add_framework_script.rb #457

Workflow file for this run

name: DynamicLinks
on:
push:
branches: [ main ]
paths:
- '.github/workflows/dynamiclinks.yml'
- 'dynamiclinks/**'
- 'scripts/*'
- 'scripts/dynamiclinks.sh'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/dynamiclinks.yml'
- 'dynamiclinks/**'
- 'scripts/*'
- 'scripts/dynamiclinks.sh'
workflow_dispatch:
env:
SAMPLE: DynamicLinks
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
env:
SPM: false
LEGACY: false
OS: iOS
DEVICE: iPhone 14
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd dynamiclinks
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/dynamiclinks.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift