Skip to content

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization #39

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization #39

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-13]
device: [ios, tvos, watchos]
steps:
- uses: actions/checkout@v2
- name: build
run: |
swift --version
xcrun xcodebuild build -scheme "Grammar" -destination "generic/platform=${{ matrix.device }}"
xcrun xcodebuild build -scheme "Testing" -destination "generic/platform=${{ matrix.device }}"
xcrun xcodebuild build -scheme "TraceableErrors" -destination "generic/platform=${{ matrix.device }}"