Skip to content

1.37 legacy release #132

1.37 legacy release

1.37 legacy release #132

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@v1
- name: Install Utilities
run: |
brew install automake
brew install libtool
- name: Install
run: |
pod repo update
pod install
- name: Build
run: xcodebuild -workspace mapcache-ios.xcworkspace -scheme mapcache-ios -allowProvisioningUpdates -configuration AppStoreDistribution archive -archivePath buildArchive/MapCache.xcarchive CODE_SIGNING_ALLOWED=NO