Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Aug 12, 2023
1 parent db1fc9b commit 377a5c7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 82 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Cocoapods

on: [push]

jobs:
build-storybook-kit:
runs-on: macos-13
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKit -sdk iphoneos
build-storybook-ui:
runs-on: macos-13
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookUI -sdk iphoneos
build-storybook-kit-texture-support:
runs-on: macos-13
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphoneos
32 changes: 0 additions & 32 deletions .github/workflows/cocoapods.yml

This file was deleted.

This file was deleted.

0 comments on commit 377a5c7

Please sign in to comment.