Skip to content

simple feature versions #310

simple feature versions

simple feature versions #310

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Utilities
run: |
brew install automake
brew install libtool
- name: Install
run: |
pod repo update
pod install
- name: Build
run: xcodebuild build-for-testing -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'