Skip to content

Merge pull request #8 from tkey/cocoapods_podspec #57

Merge pull request #8 from tkey/cocoapods_podspec

Merge pull request #8 from tkey/cocoapods_podspec #57

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
platform:
- iOS
steps:
- uses: actions/checkout@v2.3.4
- uses: mxcl/xcodebuild@v1
with:
platform: ${{ matrix.platform }}
action: test
scheme: curvelib.swift-Package
code-coverage: true
upload-logs: always