mirror of
https://github.com/ksherlock/ample.git
synced 2025-01-03 08:33:09 +00:00
Create xcodebuild.yml
This commit is contained in:
parent
6acbadb195
commit
9323151102
15
.github/workflows/xcodebuild.yml
vendored
Normal file
15
.github/workflows/xcodebuild.yml
vendored
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user