Skip to content

Merge pull request #8 from maxxfrazer/develop #19

Merge pull request #8 from maxxfrazer/develop

Merge pull request #8 from maxxfrazer/develop #19

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "!*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: macOS-11
steps:
- uses: actions/checkout@v1
- name: Build Package
run: |
xcodebuild -scheme $SCHEME -destination $DESTINATION | xcpretty
env:
SCHEME: SCNLine
DESTINATION: generic/platform=iOS