diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cac1a5..432ee6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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