Skip to content

Revert "[Infra] Embed frameworks scripts/add_framework_script.rb" #433

Revert "[Infra] Embed frameworks scripts/add_framework_script.rb"

Revert "[Infra] Embed frameworks scripts/add_framework_script.rb" #433

Workflow file for this run

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