Skip to content

add Snippet testing edge cases with system gzip utility #69

add Snippet testing edge cases with system gzip utility

add Snippet testing edge cases with system gzip utility #69

Workflow file for this run

name: build-devices
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
devices:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
device: [ios, tvos, watchos]
steps:
- uses: actions/checkout@v2
# Blocked on Swift 5.10 support
- if: false
name: build
run: |
swift --version
xcrun xcodebuild -list
xcrun xcodebuild build -scheme "PNG" -destination "generic/platform=${{ matrix.device }}"