Skip to content

Commit

Permalink
chore(ci): added ios build checking
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkuang authored and ozonelmy committed Feb 20, 2020
1 parent 1776634 commit ed45b17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions .github/workflows/ios.yml
@@ -0,0 +1,11 @@
name: buildios

on: [ push, pull_request ]

jobs:
buildios:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: buildexample
run: pushd examples/ios-demo && xcodebuild build -destination 'name=iPhone 11' -scheme 'HippyDemo' && popd

0 comments on commit ed45b17

Please sign in to comment.