Create xcodebuild.yml

This commit is contained in:
ksherlock 2020-11-14 17:38:47 -05:00 committed by GitHub
parent 54335e2e3b
commit bd6d13e51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

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

@ -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