Skip to content

Merge pull request #62 from tayloraswift/relicense-apache-2.0 #63

Merge pull request #62 from tayloraswift/relicense-apache-2.0

Merge pull request #62 from tayloraswift/relicense-apache-2.0 #63

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
- name: build
run: |
swift --version
xcrun xcodebuild -list
xcrun xcodebuild build -scheme "PNG" -destination "generic/platform=${{ matrix.device }}"