Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Remote Twitter Ref

Remote Twitter Ref #44

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test on destination ${{ matrix.destination }}
runs-on: macOS-latest
strategy:
matrix:
destination: ["platform=macOS"]
steps:
- uses: actions/checkout@v1
- name: Use platform ${{ matrix.destination }}
run: |
git submodule update --init
xcodebuild test -scheme Impact -destination "${{ matrix.destination }}"
- name: SPM
run: swift build
- name: Carthage
run: carthage build --no-skip-current --use-xcframeworks
- name: CocoaPods
run: pod lib lint