matrix
This commit is contained in:
11
.github/workflows/valiadate-apple.yml
vendored
11
.github/workflows/valiadate-apple.yml
vendored
@@ -5,6 +5,7 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
lint-pods:
|
lint-pods:
|
||||||
name: Lint Podspecs
|
name: Lint Podspecs
|
||||||
|
if: ${{ false }} # Apple Build is Broken
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -16,9 +17,13 @@ jobs:
|
|||||||
- name: pod spec lint
|
- name: pod spec lint
|
||||||
run: pod spec lint --verbose
|
run: pod spec lint --verbose
|
||||||
|
|
||||||
install-sample:
|
build-sample:
|
||||||
name: Install YogaKitSample
|
name: Build (${{ matrix.mode }})
|
||||||
|
if: ${{ false }} # Apple Build is Broken
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
mode: [Debug, Release]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -30,6 +35,8 @@ jobs:
|
|||||||
working-directory: ./YogaKit/YogaKitSample
|
working-directory: ./YogaKit/YogaKitSample
|
||||||
run: pod install
|
run: pod install
|
||||||
|
|
||||||
|
# TODO: xcodebuild
|
||||||
|
|
||||||
clang-format:
|
clang-format:
|
||||||
name: Format
|
name: Format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user