Fix Git Action iOS build
This commit is contained in:
parent
bdbfac1f33
commit
baf3e11feb
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@ -12,18 +12,18 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: yarn bootstrap
|
||||
- name: Build
|
||||
run: cd example/ios && xcodebuild -workspace CameraKitExample.xcworkspace -configuration Debug -scheme CameraKitExample -arch x86_64
|
||||
run: cd example/ios && xcodebuild -workspace CameraKitExample.xcworkspace -configuration Debug -scheme CameraKitExample -sdk iphoneos build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
|
||||
build-example-android:
|
||||
name: build-example-android
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Bootstrap
|
||||
run: yarn bootstrap
|
||||
- name: Build
|
||||
run: cd example/android && ./gradlew assembleDebug
|
||||
name: build-example-android
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Bootstrap
|
||||
run: yarn bootstrap
|
||||
- name: Build
|
||||
run: cd example/android && ./gradlew assembleDebug
|
||||
|
||||
Loading…
Reference in New Issue
Block a user