Try adding Windows

This commit is contained in:
Nick Gerleman
2022-12-24 21:26:47 -08:00
parent de9db1bc03
commit 466333ed14
3 changed files with 22 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ on:
jobs:
lint-pods:
name: Lint
if: ${{ false }} # Apple Build is Broken
runs-on: macos-latest
steps:
@@ -21,10 +20,10 @@ jobs:
- name: pod spec lint
run: pod spec lint --verbose
continue-on-error: true # Apple Build is Broken
build-sample:
name: Build (${{ matrix.mode }})
if: ${{ false }} # Apple Build is Broken
name: Build [${{ matrix.mode }}]
runs-on: macos-latest
strategy:
matrix:
@@ -37,8 +36,9 @@ jobs:
uses: ./.github/actions/setup-apple
- name: pod install
working-directory: ./YogaKit/YogaKitSample
run: pod install
working-directory: ./YogaKit/YogaKitSample
continue-on-error: true # Apple Build is Broken
# TODO: xcodebuild