Update CI config

This commit is contained in:
Max Ammann 2021-12-20 21:23:05 +01:00
parent 2e1ab33fb6
commit deb852b91e
2 changed files with 2 additions and 5 deletions

View File

@ -51,7 +51,7 @@ jobs:
- name: Build
run: cd apple/mapr && xcodebuild -scheme "mapr (macOS)" -arch arm64 build
build-iphonesimulator:
build-iphoneos:
runs-on: macOS-11
defaults:
run:
@ -70,10 +70,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: |
export SDKROOT=$(xcrun -sdk iphonesimulator15.0 --show-sdk-path)
echo $SDKROOT
cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphonesimulator15.0 build
run: cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphoneos build CODE_SIGNING_ALLOWED=NO
build-aarch64-android:
runs-on: ubuntu-20.04