Create xcodebuild.yml

This commit is contained in:
ksherlock 2021-01-20 13:15:50 -05:00 committed by GitHub
parent 6acbadb195
commit 9323151102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/xcodebuild.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: xcodebuild
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: build
run: xcodebuild -project "Ample.xcodeproj" -target "Ample Lite" | xcpretty