Skip to content

build

build #11

Workflow file for this run

name: build
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: xcode info
run: xcodebuild -version
- name: xprojup install
run: curl -sL https://phimage.github.io/xprojup/install.sh | bash
- name: carthage
run: ./build.sh