mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-20 03:16:54 +00:00
Create xcodebuild.yml
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: xcodebuild
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: brew
|
||||
run: brew install ragel
|
||||
- name: xcodebuild
|
||||
run: xcodebuild -target TwoTerm
|
||||
Reference in New Issue
Block a user